mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
30 lines
3.1 KiB
HTML
30 lines
3.1 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>sub</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--direntry.c.html#L658'>sub</a> 658 lib/vfs/direntry.c struct vfs_s_subclass *sub = VFS_SUBCLASS (me);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L669'>sub</a> 669 lib/vfs/direntry.c sub->linear_close (me, fh);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L670'>sub</a> 670 lib/vfs/direntry.c if (sub->fh_close != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L671'>sub</a> 671 lib/vfs/direntry.c res = sub->fh_close (me, fh);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L672'>sub</a> 672 lib/vfs/direntry.c if ((me->flags & VFSF_USETMP) != 0 && file->changed && sub->file_store != NULL)</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L682'>sub</a> 682 lib/vfs/direntry.c res = sub->file_store (me, fh, s, file->ino->localname);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L695'>sub</a> 695 lib/vfs/direntry.c vfs_s_free_fh (sub, fh);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1537'>sub</a> 1537 lib/vfs/direntry.c vfs_init_subclass (struct vfs_s_subclass *sub, const char *name, vfs_flags_t flags,</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1540'>sub</a> 1540 lib/vfs/direntry.c struct vfs_class *vclass = VFS_CLASS (sub);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1547'>sub</a> 1547 lib/vfs/direntry.c start = (char *) sub + sizeof (struct vfs_class);</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1551'>sub</a> 1551 lib/vfs/direntry.c sub->find_entry = vfs_s_find_entry_linear;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1553'>sub</a> 1553 lib/vfs/direntry.c sub->find_entry = vfs_s_find_entry_linear;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1555'>sub</a> 1555 lib/vfs/direntry.c sub->find_entry = vfs_s_find_entry_tree;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1556'>sub</a> 1556 lib/vfs/direntry.c sub->dir_uptodate = vfs_s_dir_uptodate;</span>
|
|
<span class='curline'><a href='../S/lib--vfs--xdirentry.h.html#L179'>sub</a> 179 lib/vfs/xdirentry.h void vfs_init_subclass (struct vfs_s_subclass *sub, const char *name, vfs_flags_t flags,</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|