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

46 lines
5.9 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_index</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#L555'>element_index</a> 555 lib/vfs/path.c if ((flags &amp; VPF_STRIP_HOME) &amp;&amp; element_index == 0 \</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L585'>element_index</a> 585 lib/vfs/path.c int element_index;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L600'>element_index</a> 600 lib/vfs/path.c for (element_index = 0; element_index &lt; elements_count; element_index++)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L603'>element_index</a> 603 lib/vfs/path.c gboolean is_relative = vpath-&gt;relative &amp;&amp; (element_index == 0);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L605'>element_index</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#L790'>element_index</a> 790 lib/vfs/path.c vfs_path_get_by_index (const vfs_path_t *vpath, int element_index)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L802'>element_index</a> 802 lib/vfs/path.c if (element_index &lt; 0)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L803'>element_index</a> 803 lib/vfs/path.c element_index += n;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L805'>element_index</a> 805 lib/vfs/path.c if (element_index &lt; 0 || element_index &gt; n)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L811'>element_index</a> 811 lib/vfs/path.c return g_array_index (vpath-&gt;path, vfs_path_element_t *, element_index);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L961'>element_index</a> 961 lib/vfs/path.c vfs_path_remove_element_by_index (vfs_path_t *vpath, int element_index)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L968'>element_index</a> 968 lib/vfs/path.c if (element_index &lt; 0)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L969'>element_index</a> 969 lib/vfs/path.c element_index = vfs_path_elements_count (vpath) + element_index;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L971'>element_index</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#L972'>element_index</a> 972 lib/vfs/path.c vpath-&gt;path = g_array_remove_index (vpath-&gt;path, element_index);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1113'>element_index</a> 1113 lib/vfs/path.c for (int element_index = 0; element_index &lt; vfs_path_elements_count (vpath); element_index++)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1118'>element_index</a> 1118 lib/vfs/path.c g_snprintf (groupname, sizeof (groupname), "path-element-%d", element_index);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1119'>element_index</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#L1153'>element_index</a> 1153 lib/vfs/path.c size_t element_index;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1164'>element_index</a> 1164 lib/vfs/path.c for (element_index = 0;; element_index++)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1171'>element_index</a> 1171 lib/vfs/path.c g_snprintf (groupname, sizeof (groupname), "path-element-%zu", element_index);</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1337'>element_index</a> 1337 lib/vfs/path.c int element_index;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1342'>element_index</a> 1342 lib/vfs/path.c for (element_index = 0; element_index &lt; vfs_path_elements_count (vpath); element_index++)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1347'>element_index</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#L1381'>element_index</a> 1381 lib/vfs/path.c int element_index;</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1408'>element_index</a> 1408 lib/vfs/path.c for (element_index = 0; element_index &lt; vfs_path_elements_count (vpath); element_index++)</span>
<span class='curline'><a href='../S/lib--vfs--path.c.html#L1414'>element_index</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.h.html#L58'>element_index</a> 58 lib/vfs/path.h void vfs_path_remove_element_by_index (vfs_path_t *vpath, int element_index);</span>
<span class='curline'><a href='../S/lib--vfs--path.h.html#L74'>element_index</a> 74 lib/vfs/path.h const vfs_path_element_t *vfs_path_get_by_index (const vfs_path_t *path, int element_index);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L206'>element_index</a> 206 tests/lib/vfs/vfs_path_string_convert.c const off_t element_index;</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_path_string_convert.c.html#L274'>element_index</a> 274 tests/lib/vfs/vfs_path_string_convert.c actual_result = vfs_path_to_str_elements_count (vpath, data-&gt;element_index);</span>
</pre>
</body>
</html>