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

31 lines
3.2 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>hints</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--ftpfs--ftpfs.c.html#L846'>hints</a> 846 src/vfs/ftpfs/ftpfs.c struct addrinfo hints, *res, *curr_res;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L876'>hints</a> 876 src/vfs/ftpfs/ftpfs.c memset (&amp;hints, 0, sizeof (hints));</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L877'>hints</a> 877 src/vfs/ftpfs/ftpfs.c hints.ai_family = AF_UNSPEC;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L878'>hints</a> 878 src/vfs/ftpfs/ftpfs.c hints.ai_socktype = SOCK_STREAM;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L884'>hints</a> 884 src/vfs/ftpfs/ftpfs.c hints.ai_flags = AI_ADDRCONFIG;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L887'>hints</a> 887 src/vfs/ftpfs/ftpfs.c e = getaddrinfo (host, port, &amp;hints, &amp;res);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L893'>hints</a> 893 src/vfs/ftpfs/ftpfs.c hints.ai_flags = 0;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L894'>hints</a> 894 src/vfs/ftpfs/ftpfs.c e = getaddrinfo (host, port, &amp;hints, &amp;res);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L134'>hints</a> 134 src/vfs/sftpfs/connection.c struct addrinfo hints, *res = NULL, *curr_res;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L153'>hints</a> 153 src/vfs/sftpfs/connection.c memset (&amp;hints, 0, sizeof (hints));</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L154'>hints</a> 154 src/vfs/sftpfs/connection.c hints.ai_family = AF_UNSPEC;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L155'>hints</a> 155 src/vfs/sftpfs/connection.c hints.ai_socktype = SOCK_STREAM;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L161'>hints</a> 161 src/vfs/sftpfs/connection.c hints.ai_flags = AI_ADDRCONFIG;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L164'>hints</a> 164 src/vfs/sftpfs/connection.c e = getaddrinfo (super-&gt;path_element-&gt;host, port, &amp;hints, &amp;res);</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L170'>hints</a> 170 src/vfs/sftpfs/connection.c hints.ai_flags = 0;</span>
<span class='curline'><a href='../S/src--vfs--sftpfs--connection.c.html#L171'>hints</a> 171 src/vfs/sftpfs/connection.c e = getaddrinfo (super-&gt;path_element-&gt;host, port, &amp;hints, &amp;res);</span>
</pre>
</body>
</html>