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

22 lines
1.6 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>nread</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--viewer--growbuf.c.html#L135'>nread</a> 135 src/viewer/growbuf.c ssize_t nread = 0;</span>
<span class='curline'><a href='../S/src--viewer--growbuf.c.html#L201'>nread</a> 201 src/viewer/growbuf.c nread = sp-&gt;out.len;</span>
<span class='curline'><a href='../S/src--viewer--growbuf.c.html#L227'>nread</a> 227 src/viewer/growbuf.c nread = mc_read (view-&gt;ds_vfs_pipe, p, bytesfree);</span>
<span class='curline'><a href='../S/src--viewer--growbuf.c.html#L229'>nread</a> 229 src/viewer/growbuf.c while (nread == -1 &amp;&amp; errno == EINTR);</span>
<span class='curline'><a href='../S/src--viewer--growbuf.c.html#L231'>nread</a> 231 src/viewer/growbuf.c if (nread &lt;= 0)</span>
<span class='curline'><a href='../S/src--viewer--growbuf.c.html#L237'>nread</a> 237 src/viewer/growbuf.c short_read = ((size_t) nread &lt; bytesfree);</span>
<span class='curline'><a href='../S/src--viewer--growbuf.c.html#L238'>nread</a> 238 src/viewer/growbuf.c view-&gt;growbuf_lastindex += nread;</span>
</pre>
</body>
</html>