Files
source/Y/cpath.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

41 lines
5.0 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>cpath</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1100'>cpath</a> 1100 lib/vfs/path.c mc_config_t *cpath;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1111'>cpath</a> 1111 lib/vfs/path.c cpath = mc_config_init (NULL, FALSE);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1122'>cpath</a> 1122 lib/vfs/path.c mc_config_set_string_raw (cpath, groupname, "path", element-&gt;path);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1123'>cpath</a> 1123 lib/vfs/path.c mc_config_set_string_raw (cpath, groupname, "class-name", element-&gt;class-&gt;name);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1124'>cpath</a> 1124 lib/vfs/path.c mc_config_set_string_raw (cpath, groupname, "encoding", element-&gt;encoding);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1125'>cpath</a> 1125 lib/vfs/path.c mc_config_set_string_raw (cpath, groupname, "vfs_prefix", element-&gt;vfs_prefix);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1127'>cpath</a> 1127 lib/vfs/path.c mc_config_set_string_raw (cpath, groupname, "user", element-&gt;user);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1128'>cpath</a> 1128 lib/vfs/path.c mc_config_set_string_raw (cpath, groupname, "password", element-&gt;password);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1129'>cpath</a> 1129 lib/vfs/path.c mc_config_set_string_raw (cpath, groupname, "host", element-&gt;host);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1131'>cpath</a> 1131 lib/vfs/path.c mc_config_set_int (cpath, groupname, "port", element-&gt;port);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1134'>cpath</a> 1134 lib/vfs/path.c ret_value = mc_serialize_config (cpath, mcerror);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1135'>cpath</a> 1135 lib/vfs/path.c mc_config_deinit (cpath);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1152'>cpath</a> 1152 lib/vfs/path.c mc_config_t *cpath;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1158'>cpath</a> 1158 lib/vfs/path.c cpath = mc_deserialize_config (data, mcerror);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1159'>cpath</a> 1159 lib/vfs/path.c if (cpath == NULL)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1172'>cpath</a> 1172 lib/vfs/path.c if (!mc_config_has_group (cpath, groupname))</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1175'>cpath</a> 1175 lib/vfs/path.c cfg_value = mc_config_get_string_raw (cpath, groupname, "class-name", NULL);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1182'>cpath</a> 1182 lib/vfs/path.c mc_config_deinit (cpath);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1189'>cpath</a> 1189 lib/vfs/path.c element-&gt;path = mc_config_get_string_raw (cpath, groupname, "path", NULL);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1191'>cpath</a> 1191 lib/vfs/path.c element-&gt;encoding = mc_config_get_string_raw (cpath, groupname, "encoding", NULL);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1195'>cpath</a> 1195 lib/vfs/path.c element-&gt;vfs_prefix = mc_config_get_string_raw (cpath, groupname, "vfs_prefix", NULL);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1197'>cpath</a> 1197 lib/vfs/path.c element-&gt;user = mc_config_get_string_raw (cpath, groupname, "user", NULL);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1198'>cpath</a> 1198 lib/vfs/path.c element-&gt;password = mc_config_get_string_raw (cpath, groupname, "password", NULL);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1199'>cpath</a> 1199 lib/vfs/path.c element-&gt;host = mc_config_get_string_raw (cpath, groupname, "host", NULL);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1200'>cpath</a> 1200 lib/vfs/path.c element-&gt;port = mc_config_get_int (cpath, groupname, "port", 0);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1205'>cpath</a> 1205 lib/vfs/path.c mc_config_deinit (cpath);</span>
</pre>
</body>
</html>