mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
25 lines
2.3 KiB
HTML
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->readdir (vfs_path_element->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->dir.converter, entry->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->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->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->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->closedir ? (*vfs->closedir) (vfs_path_element->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>
|