mirror of
https://github.com/MidnightCommander/source.git
synced 2026-02-02 11:11:55 -08:00
26 lines
2.2 KiB
HTML
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, &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, &mask, NULL, NULL, NULL) > 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)) > 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>
|