mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
27 lines
2.8 KiB
HTML
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>agent</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--connection.c.html#L677'>agent</a> 677 src/vfs/sftpfs/connection.c sftpfs_super->agent = NULL;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L683'>agent</a> 683 src/vfs/sftpfs/connection.c sftpfs_super->agent = libssh2_agent_init (sftpfs_super->session);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L684'>agent</a> 684 src/vfs/sftpfs/connection.c if (sftpfs_super->agent == NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L687'>agent</a> 687 src/vfs/sftpfs/connection.c if (libssh2_agent_connect (sftpfs_super->agent) != 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L690'>agent</a> 690 src/vfs/sftpfs/connection.c if (libssh2_agent_list_identities (sftpfs_super->agent) != 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L695'>agent</a> 695 src/vfs/sftpfs/connection.c rc = libssh2_agent_get_identity (sftpfs_super->agent, &identity, prev_identity);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L702'>agent</a> 702 src/vfs/sftpfs/connection.c if (libssh2_agent_userauth (sftpfs_super->agent, super->path_element->user, identity) == 0)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L990'>agent</a> 990 src/vfs/sftpfs/connection.c if (sftpfs_super->agent != NULL)</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L992'>agent</a> 992 src/vfs/sftpfs/connection.c libssh2_agent_disconnect (sftpfs_super->agent);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L993'>agent</a> 993 src/vfs/sftpfs/connection.c libssh2_agent_free (sftpfs_super->agent);</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L994'>agent</a> 994 src/vfs/sftpfs/connection.c sftpfs_super->agent = NULL;</span>
|
|
<span class='curline'><a href='../S/src--vfs--sftpfs--internal.h.html#L51'>agent</a> 51 src/vfs/sftpfs/internal.h LIBSSH2_AGENT *agent;</span>
|
|
</pre>
|
|
</body>
|
|
</html>
|