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

27 lines
2.8 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>libssh_errno</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--vfs--sftpfs--dir.c.html#L81'>libssh_errno</a> 81 src/vfs/sftpfs/dir.c int libssh_errno;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L88'>libssh_errno</a> 88 src/vfs/sftpfs/dir.c libssh_errno = libssh2_session_last_errno (sftpfs_super-&gt;session);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--dir.c.html#L89'>libssh_errno</a> 89 src/vfs/sftpfs/dir.c if (!sftpfs_waitsocket (sftpfs_super, libssh_errno, mcerror))</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L167'>libssh_errno</a> 167 src/vfs/sftpfs/file.c int libssh_errno;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L175'>libssh_errno</a> 175 src/vfs/sftpfs/file.c libssh_errno = libssh2_session_last_errno (super-&gt;session);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L176'>libssh_errno</a> 176 src/vfs/sftpfs/file.c if (libssh_errno != LIBSSH2_ERROR_EAGAIN)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--file.c.html#L178'>libssh_errno</a> 178 src/vfs/sftpfs/file.c sftpfs_ssherror_to_gliberror (super, libssh_errno, mcerror);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L188'>libssh_errno</a> 188 src/vfs/sftpfs/internal.c sftpfs_ssherror_to_gliberror (sftpfs_super_t *super, int libssh_errno, GError **mcerror)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L196'>libssh_errno</a> 196 src/vfs/sftpfs/internal.c if (libssh_errno == LIBSSH2_ERROR_SFTP_PROTOCOL &amp;&amp; super-&gt;sftp_session != NULL)</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L197'>libssh_errno</a> 197 src/vfs/sftpfs/internal.c mc_propagate_error (mcerror, libssh_errno, "%s %lu", err,</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.c.html#L200'>libssh_errno</a> 200 src/vfs/sftpfs/internal.c mc_propagate_error (mcerror, libssh_errno, "%s", err);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.h.html#L73'>libssh_errno</a> 73 src/vfs/sftpfs/internal.h void sftpfs_ssherror_to_gliberror (sftpfs_super_t *super, int libssh_errno, GError **mcerror);</span>
</pre>
</body>
</html>