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

25 lines
2.3 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>vfs_path_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--vfs--interface.c.html#L450'>vfs_path_element</a> 450 lib/vfs/interface.c vfs_path_element_t *vfs_path_element;</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L464'>vfs_path_element</a> 464 lib/vfs/interface.c vfs_path_element = (vfs_path_element_t *) fsinfo;</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L467'>vfs_path_element</a> 467 lib/vfs/interface.c entry = vfs-&gt;readdir (vfs_path_element-&gt;dir.info);</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L472'>vfs_path_element</a> 472 lib/vfs/interface.c str_vfs_convert_from (vfs_path_element-&gt;dir.converter, entry-&gt;d_name, vfs_str_buffer);</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L499'>vfs_path_element</a> 499 lib/vfs/interface.c vfs_path_element_t *vfs_path_element = (vfs_path_element_t *) fsinfo;</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L501'>vfs_path_element</a> 501 lib/vfs/interface.c if (vfs_path_element-&gt;dir.converter != str_cnv_from_term)</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L503'>vfs_path_element</a> 503 lib/vfs/interface.c str_close_conv (vfs_path_element-&gt;dir.converter);</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L504'>vfs_path_element</a> 504 lib/vfs/interface.c vfs_path_element-&gt;dir.converter = INVALID_CONV;</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L507'>vfs_path_element</a> 507 lib/vfs/interface.c result = vfs-&gt;closedir ? (*vfs-&gt;closedir) (vfs_path_element-&gt;dir.info) : -1;</span>
<span class='curline'><a href='../S/lib--vfs--interface.c.html#L509'>vfs_path_element</a> 509 lib/vfs/interface.c vfs_path_element_free (vfs_path_element);</span>
</pre>
</body>
</html>