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

24 lines
2.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>open_archive</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#L1192'>open_archive</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'>open_archive</a> 1199 lib/vfs/direntry.c result = subclass-&gt;open_archive (super, vpath_archive, path_element);</span>
<span class='curline'><a href='../S/lib--vfs--xdirentry.h.html#L136'>open_archive</a> 136 lib/vfs/xdirentry.h int (*open_archive) (struct vfs_s_super *psup, const vfs_path_t *vpath,</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L892'>open_archive</a> 892 src/vfs/cpio/cpio.c cpio_subclass.open_archive = cpio_open_archive;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L2766'>open_archive</a> 2766 src/vfs/ftpfs/ftpfs.c ftpfs_subclass.open_archive = ftpfs_open_archive;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L852'>open_archive</a> 852 src/vfs/sftpfs/sftpfs.c sftpfs_subclass.open_archive = sftpfs_open_archive;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1724'>open_archive</a> 1724 src/vfs/shell/shell.c shell_subclass.open_archive = shell_open_archive;</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1273'>open_archive</a> 1273 src/vfs/tar/tar.c tarfs_subclass.open_archive = tar_open_archive;</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_s_get_path.c.html#L90'>open_archive</a> 90 tests/lib/vfs/vfs_s_get_path.c test_subclass1.open_archive = test1_mock_open_archive;</span>
</pre>
</body>
</html>