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

27 lines
2.6 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>subclass</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#L1112'>subclass</a> 1112 lib/vfs/direntry.c struct vfs_s_subclass *subclass;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1117'>subclass</a> 1117 lib/vfs/direntry.c subclass = VFS_SUBCLASS (path_element-&gt;class);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1122'>subclass</a> 1122 lib/vfs/direntry.c if (subclass-&gt;archive_check != NULL)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1124'>subclass</a> 1124 lib/vfs/direntry.c cookie = subclass-&gt;archive_check (vpath_archive);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1129'>subclass</a> 1129 lib/vfs/direntry.c if (subclass-&gt;archive_same == NULL)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1132'>subclass</a> 1132 lib/vfs/direntry.c for (iter = subclass-&gt;supers; iter != NULL; iter = g_list_next (iter))</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1139'>subclass</a> 1139 lib/vfs/direntry.c i = subclass-&gt;archive_same (path_element, super, vpath_archive, cookie);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1170'>subclass</a> 1170 lib/vfs/direntry.c struct vfs_s_subclass *subclass;</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1187'>subclass</a> 1187 lib/vfs/direntry.c subclass = VFS_SUBCLASS (path_element-&gt;class);</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1189'>subclass</a> 1189 lib/vfs/direntry.c super = subclass-&gt;new_archive != NULL ? subclass-&gt;new_archive (path_element-&gt;class)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1192'>subclass</a> 1192 lib/vfs/direntry.c if (subclass-&gt;open_archive != NULL)</span>
<span class='curline'><a href='../S/lib--vfs--direntry.c.html#L1199'>subclass</a> 1199 lib/vfs/direntry.c result = subclass-&gt;open_archive (super, vpath_archive, path_element);</span>
</pre>
</body>
</html>