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

67 lines
11 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>vpath_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--xdirentry.h.html#L133'>vpath_element</a> 133 lib/vfs/xdirentry.h int (*archive_same) (const vfs_path_element_t *vpath_element, struct vfs_s_super *psup,</span>
<span class='curline'><a href='../S/lib--vfs--xdirentry.h.html#L137'>vpath_element</a> 137 lib/vfs/xdirentry.h const vfs_path_element_t *vpath_element);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L137'>vpath_element</a> 137 src/editor/editcmd.c const vfs_path_element_t *vpath_element;</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L140'>vpath_element</a> 140 src/editor/editcmd.c vpath_element = vfs_path_get_by_index (filename_vpath, 0);</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L141'>vpath_element</a> 141 src/editor/editcmd.c if (vpath_element == NULL)</span>
<span class='curline'><a href='../S/src--editor--editcmd.c.html#L144'>vpath_element</a> 144 src/editor/editcmd.c start_filename = vpath_element-&gt;path;</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L766'>vpath_element</a> 766 src/vfs/cpio/cpio.c const vfs_path_element_t *vpath_element)</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L768'>vpath_element</a> 768 src/vfs/cpio/cpio.c (void) vpath_element;</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L770'>vpath_element</a> 770 src/vfs/cpio/cpio.c if (cpio_open_cpio_file (vpath_element-&gt;class, super, vpath) == -1)</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L777'>vpath_element</a> 777 src/vfs/cpio/cpio.c status = cpio_read_head (vpath_element-&gt;class, super);</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L817'>vpath_element</a> 817 src/vfs/cpio/cpio.c cpio_super_same (const vfs_path_element_t *vpath_element, struct vfs_s_super *parc,</span>
<span class='curline'><a href='../S/src--vfs--cpio--cpio.c.html#L822'>vpath_element</a> 822 src/vfs/cpio/cpio.c (void) vpath_element;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1018'>vpath_element</a> 1018 src/vfs/ftpfs/ftpfs.c const vfs_path_element_t *vpath_element)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1022'>vpath_element</a> 1022 src/vfs/ftpfs/ftpfs.c super-&gt;path_element = ftpfs_correct_url_parameters (vpath_element);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1026'>vpath_element</a> 1026 src/vfs/ftpfs/ftpfs.c vfs_s_new_inode (vpath_element-&gt;class, super, ftpfs_default_stat (vpath_element-&gt;class));</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1028'>vpath_element</a> 1028 src/vfs/ftpfs/ftpfs.c return ftpfs_open_archive_int (vpath_element-&gt;class, super);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1034'>vpath_element</a> 1034 src/vfs/ftpfs/ftpfs.c ftpfs_archive_same (const vfs_path_element_t *vpath_element, struct vfs_s_super *super,</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1043'>vpath_element</a> 1043 src/vfs/ftpfs/ftpfs.c path_element = ftpfs_correct_url_parameters (vpath_element);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L258'>vpath_element</a> 258 src/vfs/sftpfs/config_parser.c const vfs_path_element_t *vpath_element, GError **mcerror)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L308'>vpath_element</a> 308 src/vfs/sftpfs/config_parser.c if (strcmp (host_pattern, vpath_element-&gt;host) == 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L321'>vpath_element</a> 321 src/vfs/sftpfs/config_parser.c pattern_block_hit = mc_search_run (pattern_regexp, vpath_element-&gt;host, 0,</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L322'>vpath_element</a> 322 src/vfs/sftpfs/config_parser.c strlen (vpath_element-&gt;host), NULL);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L347'>vpath_element</a> 347 src/vfs/sftpfs/config_parser.c sftpfs_get_config_entity (const vfs_path_element_t *vpath_element, GError **mcerror)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--config_parser.c.html#L370'>vpath_element</a> 370 src/vfs/sftpfs/config_parser.c vpath_element, mcerror);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L683'>vpath_element</a> 683 src/vfs/sftpfs/sftpfs.c sftpfs_archive_same (const vfs_path_element_t *vpath_element, struct vfs_s_super *super,</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L694'>vpath_element</a> 694 src/vfs/sftpfs/sftpfs.c result = ((g_strcmp0 (vpath_element-&gt;host, orig_connect_info-&gt;host) == 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L695'>vpath_element</a> 695 src/vfs/sftpfs/sftpfs.c &amp;&amp; (g_strcmp0 (vpath_element-&gt;user, orig_connect_info-&gt;user) == 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L696'>vpath_element</a> 696 src/vfs/sftpfs/sftpfs.c &amp;&amp; (vpath_element-&gt;port == orig_connect_info-&gt;port));</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L730'>vpath_element</a> 730 src/vfs/sftpfs/sftpfs.c const vfs_path_element_t *vpath_element)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L738'>vpath_element</a> 738 src/vfs/sftpfs/sftpfs.c if (vpath_element-&gt;host == NULL || *vpath_element-&gt;host == '\0')</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L741'>vpath_element</a> 741 src/vfs/sftpfs/sftpfs.c vpath_element-&gt;class-&gt;verrno = EPERM;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L745'>vpath_element</a> 745 src/vfs/sftpfs/sftpfs.c sftpfs_super-&gt;original_connection_info = vfs_path_element_clone (vpath_element);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L746'>vpath_element</a> 746 src/vfs/sftpfs/sftpfs.c super-&gt;path_element = vfs_path_element_clone (vpath_element);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L751'>vpath_element</a> 751 src/vfs/sftpfs/sftpfs.c vpath_element-&gt;class-&gt;verrno = ret_value;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L755'>vpath_element</a> 755 src/vfs/sftpfs/sftpfs.c super-&gt;root = vfs_s_new_inode (vpath_element-&gt;class, super,</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--sftpfs.c.html#L756'>vpath_element</a> 756 src/vfs/sftpfs/sftpfs.c vfs_s_default_stat (vpath_element-&gt;class, S_IFDIR | 0755));</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L661'>vpath_element</a> 661 src/vfs/shell/shell.c const vfs_path_element_t *vpath_element)</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L667'>vpath_element</a> 667 src/vfs/shell/shell.c super-&gt;path_element = vfs_path_element_clone (vpath_element);</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L669'>vpath_element</a> 669 src/vfs/shell/shell.c if (strncmp (vpath_element-&gt;vfs_prefix, "rsh", 3) == 0)</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L703'>vpath_element</a> 703 src/vfs/shell/shell.c return shell_open_archive_int (vpath_element-&gt;class, super);</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L709'>vpath_element</a> 709 src/vfs/shell/shell.c shell_archive_same (const vfs_path_element_t *vpath_element, struct vfs_s_super *super,</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L718'>vpath_element</a> 718 src/vfs/shell/shell.c path_element = vfs_path_element_clone (vpath_element);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L955'>vpath_element</a> 955 src/vfs/tar/tar.c const vfs_path_element_t *vpath_element)</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L962'>vpath_element</a> 962 src/vfs/tar/tar.c if (!tar_open_archive_int (vpath_element-&gt;class, vpath, archive))</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L973'>vpath_element</a> 973 src/vfs/tar/tar.c status = tar_read_header (vpath_element-&gt;class, archive);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L988'>vpath_element</a> 988 src/vfs/tar/tar.c (void) tar_read_header (vpath_element-&gt;class, archive);</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1048'>vpath_element</a> 1048 src/vfs/tar/tar.c tar_super_same (const vfs_path_element_t *vpath_element, struct vfs_s_super *parc,</span>
<span class='curline'><a href='../S/src--vfs--tar--tar.c.html#L1053'>vpath_element</a> 1053 src/vfs/tar/tar.c (void) vpath_element;</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_s_get_path.c.html#L49'>vpath_element</a> 49 tests/lib/vfs/vfs_s_get_path.c const vfs_path_element_t *vpath_element)</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_s_get_path.c.html#L56'>vpath_element</a> 56 tests/lib/vfs/vfs_s_get_path.c root = vfs_s_new_inode (vpath_element-&gt;class, super, NULL);</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_s_get_path.c.html#L64'>vpath_element</a> 64 tests/lib/vfs/vfs_s_get_path.c test1_mock_archive_same (const vfs_path_element_t *vpath_element, struct vfs_s_super *super,</span>
<span class='curline'><a href='../S/tests--lib--vfs--vfs_s_get_path.c.html#L69'>vpath_element</a> 69 tests/lib/vfs/vfs_s_get_path.c (void) vpath_element;</span>
</pre>
</body>
</html>