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

176 lines
28 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>element</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--utilunix.c.html#L1283'>element</a> 1283 lib/utilunix.c const char *element = first_element;</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1296'>element</a> 1296 lib/utilunix.c if (*element == '\0')</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1297'>element</a> 1297 lib/utilunix.c element = va_arg (args, char *);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1303'>element</a> 1303 lib/utilunix.c tmp_element = g_strdup (element);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1305'>element</a> 1305 lib/utilunix.c element = va_arg (args, char *);</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1311'>element</a> 1311 lib/utilunix.c if (!IS_PATH_SEP (path-&gt;str[path-&gt;len - 1]) &amp;&amp; element != NULL)</span>
<span class='curline'><a href='../S/lib--utilunix.c.html#L1317'>element</a> 1317 lib/utilunix.c while (element != NULL);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L341'>element</a> 341 lib/vfs/path.c vfs_path_element_t *element;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L350'>element</a> 350 lib/vfs/path.c element = g_new0 (vfs_path_element_t, 1);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L351'>element</a> 351 lib/vfs/path.c element-&gt;class = class;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L354'>element</a> 354 lib/vfs/path.c element-&gt;path = vfs_translate_path_n (local);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L356'>element</a> 356 lib/vfs/path.c element-&gt;encoding = vfs_get_encoding (local, -1);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L357'>element</a> 357 lib/vfs/path.c element-&gt;dir.converter =</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L358'>element</a> 358 lib/vfs/path.c (element-&gt;encoding != NULL) ? str_crt_conv_from (element-&gt;encoding) : INVALID_CONV;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L365'>element</a> 365 lib/vfs/path.c vfs_path_url_split (element, url_params);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L369'>element</a> 369 lib/vfs/path.c element-&gt;vfs_prefix = g_strdup (op);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L371'>element</a> 371 lib/vfs/path.c g_array_prepend_val (vpath-&gt;path, element);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L375'>element</a> 375 lib/vfs/path.c element = g_new0 (vfs_path_element_t, 1);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L376'>element</a> 376 lib/vfs/path.c element-&gt;class = g_ptr_array_index (vfs__classes_list, 0);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L377'>element</a> 377 lib/vfs/path.c element-&gt;path = vfs_translate_path_n (path);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L379'>element</a> 379 lib/vfs/path.c element-&gt;encoding = vfs_get_encoding (path, -1);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L380'>element</a> 380 lib/vfs/path.c element-&gt;dir.converter =</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L381'>element</a> 381 lib/vfs/path.c (element-&gt;encoding != NULL) ? str_crt_conv_from (element-&gt;encoding) : INVALID_CONV;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L382'>element</a> 382 lib/vfs/path.c g_array_prepend_val (vpath-&gt;path, element);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L402'>element</a> 402 lib/vfs/path.c vfs_path_element_t *element;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L427'>element</a> 427 lib/vfs/path.c element = g_new0 (vfs_path_element_t, 1);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L428'>element</a> 428 lib/vfs/path.c element-&gt;class = vfs_prefix_to_class (vfs_prefix_start);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L429'>element</a> 429 lib/vfs/path.c element-&gt;vfs_prefix = g_strdup (vfs_prefix_start);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L433'>element</a> 433 lib/vfs/path.c if (element-&gt;class != NULL &amp;&amp; (element-&gt;class-&gt;flags &amp; VFSF_REMOTE) != 0)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L439'>element</a> 439 lib/vfs/path.c element-&gt;path = g_strdup ("");</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L442'>element</a> 442 lib/vfs/path.c element-&gt;path = vfs_translate_path_n (slash_pointer + 1);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L443'>element</a> 443 lib/vfs/path.c element-&gt;encoding = vfs_get_encoding (slash_pointer, -1);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L446'>element</a> 446 lib/vfs/path.c vfs_path_url_split (element, url_delimiter);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L450'>element</a> 450 lib/vfs/path.c element-&gt;path = vfs_translate_path_n (url_delimiter);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L451'>element</a> 451 lib/vfs/path.c element-&gt;encoding = vfs_get_encoding (url_delimiter, -1);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L454'>element</a> 454 lib/vfs/path.c element-&gt;dir.converter =</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L455'>element</a> 455 lib/vfs/path.c (element-&gt;encoding != NULL) ? str_crt_conv_from (element-&gt;encoding) : INVALID_CONV;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L456'>element</a> 456 lib/vfs/path.c g_array_prepend_val (vpath-&gt;path, element);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L467'>element</a> 467 lib/vfs/path.c element = g_new0 (vfs_path_element_t, 1);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L468'>element</a> 468 lib/vfs/path.c element-&gt;class = g_ptr_array_index (vfs__classes_list, 0);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L469'>element</a> 469 lib/vfs/path.c element-&gt;path = vfs_translate_path_n (path);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L470'>element</a> 470 lib/vfs/path.c element-&gt;encoding = vfs_get_encoding (path, -1);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L471'>element</a> 471 lib/vfs/path.c element-&gt;dir.converter =</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L472'>element</a> 472 lib/vfs/path.c (element-&gt;encoding != NULL) ? str_crt_conv_from (element-&gt;encoding) : INVALID_CONV;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L473'>element</a> 473 lib/vfs/path.c g_array_prepend_val (vpath-&gt;path, element);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L490'>element</a> 490 lib/vfs/path.c vfs_path_tokens_add_class_info (const vfs_path_element_t *element, GString *ret_tokens,</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L493'>element</a> 493 lib/vfs/path.c if (((element-&gt;class-&gt;flags &amp; VFSF_LOCAL) == 0 || ret_tokens-&gt;len &gt; 0)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L501'>element</a> 501 lib/vfs/path.c g_string_append (ret_tokens, element-&gt;vfs_prefix);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L504'>element</a> 504 lib/vfs/path.c url_str = vfs_path_build_url_params_str (element, TRUE);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L513'>element</a> 513 lib/vfs/path.c if (element-&gt;encoding != NULL)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L518'>element</a> 518 lib/vfs/path.c g_string_append (ret_tokens, element-&gt;encoding);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L556'>element</a> 556 lib/vfs/path.c &amp;&amp; (element-&gt;class-&gt;flags &amp; VFSF_LOCAL) != 0) \</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L602'>element</a> 602 lib/vfs/path.c const vfs_path_element_t *element;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L605'>element</a> 605 lib/vfs/path.c element = vfs_path_get_by_index (vpath, element_index);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L606'>element</a> 606 lib/vfs/path.c if (element-&gt;vfs_prefix != NULL)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L613'>element</a> 613 lib/vfs/path.c g_string_append (buffer, element-&gt;vfs_prefix);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L616'>element</a> 616 lib/vfs/path.c url_str = vfs_path_build_url_params_str (element, (flags &amp; VPF_STRIP_PASSWORD) == 0);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L625'>element</a> 625 lib/vfs/path.c if ((flags &amp; VPF_RECODE) == 0 &amp;&amp; vfs_path_element_need_cleanup_converter (element))</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L633'>element</a> 633 lib/vfs/path.c g_string_append (buffer, element-&gt;encoding);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L641'>element</a> 641 lib/vfs/path.c str_vfs_convert_from (element-&gt;dir.converter, element-&gt;path, recode_buffer);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L646'>element</a> 646 lib/vfs/path.c vfs_append_from_path (element-&gt;path, is_relative);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L824'>element</a> 824 lib/vfs/path.c vfs_path_element_clone (const vfs_path_element_t *element)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L828'>element</a> 828 lib/vfs/path.c new_element-&gt;user = g_strdup (element-&gt;user);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L829'>element</a> 829 lib/vfs/path.c new_element-&gt;password = g_strdup (element-&gt;password);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L830'>element</a> 830 lib/vfs/path.c new_element-&gt;host = g_strdup (element-&gt;host);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L831'>element</a> 831 lib/vfs/path.c new_element-&gt;ipv6 = element-&gt;ipv6;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L832'>element</a> 832 lib/vfs/path.c new_element-&gt;port = element-&gt;port;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L833'>element</a> 833 lib/vfs/path.c new_element-&gt;path = g_strdup (element-&gt;path);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L834'>element</a> 834 lib/vfs/path.c new_element-&gt;class = element-&gt;class;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L835'>element</a> 835 lib/vfs/path.c new_element-&gt;vfs_prefix = g_strdup (element-&gt;vfs_prefix);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L836'>element</a> 836 lib/vfs/path.c new_element-&gt;encoding = g_strdup (element-&gt;encoding);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L837'>element</a> 837 lib/vfs/path.c if (vfs_path_element_need_cleanup_converter (element) &amp;&amp; element-&gt;encoding != NULL)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L838'>element</a> 838 lib/vfs/path.c new_element-&gt;dir.converter = str_crt_conv_from (element-&gt;encoding);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L840'>element</a> 840 lib/vfs/path.c new_element-&gt;dir.converter = element-&gt;dir.converter;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L841'>element</a> 841 lib/vfs/path.c new_element-&gt;dir.info = element-&gt;dir.info;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L855'>element</a> 855 lib/vfs/path.c vfs_path_element_free (vfs_path_element_t *element)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L857'>element</a> 857 lib/vfs/path.c if (element == NULL)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L860'>element</a> 860 lib/vfs/path.c g_free (element-&gt;user);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L861'>element</a> 861 lib/vfs/path.c g_free (element-&gt;password);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L862'>element</a> 862 lib/vfs/path.c g_free (element-&gt;host);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L863'>element</a> 863 lib/vfs/path.c g_free (element-&gt;path);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L864'>element</a> 864 lib/vfs/path.c g_free (element-&gt;vfs_prefix);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L866'>element</a> 866 lib/vfs/path.c g_free (element-&gt;encoding);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L868'>element</a> 868 lib/vfs/path.c if (vfs_path_element_need_cleanup_converter (element))</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L869'>element</a> 869 lib/vfs/path.c str_close_conv (element-&gt;dir.converter);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L871'>element</a> 871 lib/vfs/path.c g_free (element);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L963'>element</a> 963 lib/vfs/path.c vfs_path_element_t *element;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L971'>element</a> 971 lib/vfs/path.c element = (vfs_path_element_t *) vfs_path_get_by_index (vpath, element_index);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L973'>element</a> 973 lib/vfs/path.c vfs_path_element_free (element);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1049'>element</a> 1049 lib/vfs/path.c vfs_path_element_need_cleanup_converter (const vfs_path_element_t *element)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1051'>element</a> 1051 lib/vfs/path.c return (element-&gt;dir.converter != str_cnv_from_term &amp;&amp; element-&gt;dir.converter != INVALID_CONV);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1116'>element</a> 1116 lib/vfs/path.c const vfs_path_element_t *element;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1119'>element</a> 1119 lib/vfs/path.c element = vfs_path_get_by_index (vpath, element_index);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1122'>element</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'>element</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'>element</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'>element</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'>element</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'>element</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'>element</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#L1130'>element</a> 1130 lib/vfs/path.c if (element-&gt;port != 0)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1131'>element</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#L1167'>element</a> 1167 lib/vfs/path.c vfs_path_element_t *element;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1187'>element</a> 1187 lib/vfs/path.c element = g_new0 (vfs_path_element_t, 1);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1188'>element</a> 1188 lib/vfs/path.c element-&gt;class = eclass;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1189'>element</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'>element</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#L1192'>element</a> 1192 lib/vfs/path.c element-&gt;dir.converter =</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1193'>element</a> 1193 lib/vfs/path.c (element-&gt;encoding != NULL) ? str_crt_conv_from (element-&gt;encoding) : INVALID_CONV;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1195'>element</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'>element</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'>element</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'>element</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'>element</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#L1202'>element</a> 1202 lib/vfs/path.c vpath-&gt;path = g_array_append_val (vpath-&gt;path, element);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1344'>element</a> 1344 lib/vfs/path.c const vfs_path_element_t *element;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1347'>element</a> 1347 lib/vfs/path.c element = vfs_path_get_by_index (vpath, element_index);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1349'>element</a> 1349 lib/vfs/path.c for (prev_token = element-&gt;path; (token = strchr (prev_token, PATH_SEP)) != NULL;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1410'>element</a> 1410 lib/vfs/path.c const vfs_path_element_t *element;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1414'>element</a> 1414 lib/vfs/path.c element = vfs_path_get_by_index (vpath, element_index);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1415'>element</a> 1415 lib/vfs/path.c path_tokens = g_strsplit (element-&gt;path, PATH_SEP_STR, -1);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1425'>element</a> 1425 lib/vfs/path.c vfs_path_tokens_add_class_info (element, ret_tokens, element_tokens);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1440'>element</a> 1440 lib/vfs/path.c vfs_path_tokens_add_class_info (element, ret_tokens, element_tokens);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1486'>element</a> 1486 lib/vfs/path.c vfs_path_build_url_params_str (const vfs_path_element_t *element, gboolean keep_password)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1490'>element</a> 1490 lib/vfs/path.c if (element == NULL)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1495'>element</a> 1495 lib/vfs/path.c if (element-&gt;user != NULL)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1496'>element</a> 1496 lib/vfs/path.c g_string_append (buffer, element-&gt;user);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1498'>element</a> 1498 lib/vfs/path.c if (element-&gt;password != NULL &amp;&amp; keep_password)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1501'>element</a> 1501 lib/vfs/path.c g_string_append (buffer, element-&gt;password);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1504'>element</a> 1504 lib/vfs/path.c if (element-&gt;host != NULL)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1506'>element</a> 1506 lib/vfs/path.c if ((element-&gt;user != NULL) || (element-&gt;password != NULL))</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1508'>element</a> 1508 lib/vfs/path.c if (element-&gt;ipv6)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1510'>element</a> 1510 lib/vfs/path.c g_string_append (buffer, element-&gt;host);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1511'>element</a> 1511 lib/vfs/path.c if (element-&gt;ipv6)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1514'>element</a> 1514 lib/vfs/path.c if (element-&gt;port != 0)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1515'>element</a> 1515 lib/vfs/path.c g_string_append_printf (buffer, ":%d", element-&gt;port);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1535'>element</a> 1535 lib/vfs/path.c vfs_path_element_build_pretty_path_str (const vfs_path_element_t *element)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1539'>element</a> 1539 lib/vfs/path.c pretty_path = g_string_new (element-&gt;class-&gt;prefix);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1542'>element</a> 1542 lib/vfs/path.c url_params = vfs_path_build_url_params_str (element, FALSE);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1549'>element</a> 1549 lib/vfs/path.c if (!IS_PATH_SEP (*element-&gt;path))</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1552'>element</a> 1552 lib/vfs/path.c return g_string_append (pretty_path, element-&gt;path);</span>
<span class='curline'><a href='../S/lib--vfs--path.h.html#L75'>element</a> 75 lib/vfs/path.h vfs_path_element_t *vfs_path_element_clone (const vfs_path_element_t *element);</span>
<span class='curline'><a href='../S/lib--vfs--path.h.html#L76'>element</a> 76 lib/vfs/path.h void vfs_path_element_free (vfs_path_element_t *element);</span>
<span class='curline'><a href='../S/lib--vfs--path.h.html#L81'>element</a> 81 lib/vfs/path.h gboolean vfs_path_element_need_cleanup_converter (const vfs_path_element_t *element);</span>
<span class='curline'><a href='../S/lib--vfs--path.h.html#L87'>element</a> 87 lib/vfs/path.h GString *vfs_path_build_url_params_str (const vfs_path_element_t *element, gboolean keep_password);</span>
<span class='curline'><a href='../S/lib--vfs--path.h.html#L88'>element</a> 88 lib/vfs/path.h GString *vfs_path_element_build_pretty_path_str (const vfs_path_element_t *element);</span>
<span class='curline'><a href='../S/lib--vfs--path.h.html#L98'>element</a> 98 lib/vfs/path.h vfs_path_element_valid (const vfs_path_element_t *element)</span>
<span class='curline'><a href='../S/lib--vfs--path.h.html#L100'>element</a> 100 lib/vfs/path.h return (element != NULL &amp;&amp; element-&gt;class != NULL);</span>
<span class='curline'><a href='../S/lib--vfs--path.h.html#L108'>element</a> 108 lib/vfs/path.h const vfs_path_element_t *element;</span>
<span class='curline'><a href='../S/lib--vfs--path.h.html#L112'>element</a> 112 lib/vfs/path.h element = vfs_path_get_by_index (vpath, -1);</span>
<span class='curline'><a href='../S/lib--vfs--path.h.html#L113'>element</a> 113 lib/vfs/path.h return (element != NULL) ? element-&gt;path : NULL;</span>
<span class='curline'><a href='../S/lib--vfs--path.h.html#L121'>element</a> 121 lib/vfs/path.h const vfs_path_element_t *element;</span>
<span class='curline'><a href='../S/lib--vfs--path.h.html#L125'>element</a> 125 lib/vfs/path.h element = vfs_path_get_by_index (vpath, -1);</span>
<span class='curline'><a href='../S/lib--vfs--path.h.html#L126'>element</a> 126 lib/vfs/path.h return (element != NULL) ? element-&gt;class : NULL;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3374'>element</a> 3374 src/filemanager/panel.c const vfs_path_element_t *element;</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3376'>element</a> 3376 src/filemanager/panel.c element = vfs_path_get_by_index (new_dir_vpath, 0);</span>
<span class='curline'><a href='../S/src--filemanager--panel.c.html#L3377'>element</a> 3377 src/filemanager/panel.c if (strcmp (element-&gt;path, "-") == 0)</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L292'>element</a> 292 tests/lib/vfs/vfs_path_string_convert.c const vfs_path_element_t *element;</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L299'>element</a> 299 tests/lib/vfs/vfs_path_string_convert.c element = vfs_path_get_by_index (vpath, -1);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L302'>element</a> 302 tests/lib/vfs/vfs_path_string_convert.c mctest_assert_str_eq (element-&gt;path, "");</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L303'>element</a> 303 tests/lib/vfs/vfs_path_string_convert.c mctest_assert_not_null (element-&gt;encoding);</span>
</pre>
</body>
</html>