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

36 lines
4.4 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>store</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/src--filemanager--tree.c.html#L96'>store</a> 96 src/filemanager/tree.c struct TreeStore *store;</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L215'>store</a> 215 src/filemanager/tree.c tree-&gt;selected_ptr = tree-&gt;store-&gt;tree_first;</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L290'>store</a> 290 src/filemanager/tree.c if (tree-&gt;store-&gt;tree_first != NULL)</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L291'>store</a> 291 src/filemanager/tree.c topsublevel = tree-&gt;store-&gt;tree_first-&gt;sublevel;</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L295'>store</a> 295 src/filemanager/tree.c tree-&gt;selected_ptr = tree-&gt;store-&gt;tree_first;</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L556'>store</a> 556 src/filemanager/tree.c current = tree-&gt;store-&gt;tree_first;</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L567'>store</a> 567 src/filemanager/tree.c tree-&gt;selected_ptr = tree-&gt;store-&gt;tree_first;</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L576'>store</a> 576 src/filemanager/tree.c tree-&gt;selected_ptr = tree-&gt;store-&gt;tree_last;</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L639'>store</a> 639 src/filemanager/tree.c current = tree-&gt;store-&gt;tree_first;</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L931'>store</a> 931 src/filemanager/tree.c if (tree-&gt;selected_ptr == tree-&gt;store-&gt;tree_last)</span>
<span class='curline'><a href='../S/src--filemanager--tree.c.html#L1293'>store</a> 1293 src/filemanager/tree.c tree-&gt;store = tree_store_get ();</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L266'>store</a> 266 src/vfs/sftpfs/connection.c struct libssh2_knownhost *store = NULL;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L290'>store</a> 290 src/vfs/sftpfs/connection.c while (!found &amp;&amp; libssh2_knownhost_get (sftpfs_super-&gt;known_hosts, &amp;store, store) == 0)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L294'>store</a> 294 src/vfs/sftpfs/connection.c if (store == NULL)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L297'>store</a> 297 src/vfs/sftpfs/connection.c if (store-&gt;name == NULL)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L301'>store</a> 301 src/vfs/sftpfs/connection.c if (store-&gt;name[0] != '[')</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L302'>store</a> 302 src/vfs/sftpfs/connection.c found = strcmp (store-&gt;name, super-&gt;path_element-&gt;host) == 0;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L307'>store</a> 307 src/vfs/sftpfs/connection.c kh_name_end = strstr (store-&gt;name, "]:");</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L317'>store</a> 317 src/vfs/sftpfs/connection.c kh_name_size = strlen (store-&gt;name) - 1 - strlen (kh_name_end);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L318'>store</a> 318 src/vfs/sftpfs/connection.c found = strncmp (store-&gt;name + 1, super-&gt;path_element-&gt;host, kh_name_size) == 0;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L330'>store</a> 330 src/vfs/sftpfs/connection.c mask = store-&gt;typemask &amp; LIBSSH2_KNOWNHOST_KEY_MASK;</span>
</pre>
</body>
</html>