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

26 lines
2.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>dsock</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#L1522'>dsock</a> 1522 src/vfs/ftpfs/ftpfs.c int dsock = FH_SOCK;</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1532'>dsock</a> 1532 src/vfs/ftpfs/ftpfs.c if (dsock != -1)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1533'>dsock</a> 1533 src/vfs/ftpfs/ftpfs.c close (dsock);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1540'>dsock</a> 1540 src/vfs/ftpfs/ftpfs.c if (dsock != -1)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1541'>dsock</a> 1541 src/vfs/ftpfs/ftpfs.c close (dsock);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1545'>dsock</a> 1545 src/vfs/ftpfs/ftpfs.c if (dsock != -1)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1548'>dsock</a> 1548 src/vfs/ftpfs/ftpfs.c FD_SET (dsock, &amp;mask);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1550'>dsock</a> 1550 src/vfs/ftpfs/ftpfs.c if (select (dsock + 1, &amp;mask, NULL, NULL, NULL) &gt; 0)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1558'>dsock</a> 1558 src/vfs/ftpfs/ftpfs.c while (read (dsock, buf, sizeof (buf)) &gt; 0)</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1567'>dsock</a> 1567 src/vfs/ftpfs/ftpfs.c close (dsock);</span>
<span class='curline'><a href='../S/src--vfs--ftpfs--ftpfs.c.html#L1573'>dsock</a> 1573 src/vfs/ftpfs/ftpfs.c close (dsock);</span>
</pre>
</body>
</html>