Searched refs:nRead (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/ssl/
H A Dssl_engine_rand.c152 apr_size_t nRead; local
156 nRead = BUFSIZE;
160 nRead = (nTodo < BUFSIZE ? nTodo : BUFSIZE);
161 nBuf = nRead;
/httpd/support/
H A Drotatelogs.c562 apr_size_t nRead, nWrite; local
705 nRead = sizeof(buf);
717 rv = apr_file_read(f_stdin, buf, &nRead);
727 nRead = 0;
734 rv = apr_file_read(f_stdin, buf, &nRead);
747 nWrite = nRead;
749 if (nWrite != nRead) {
771 if (apr_file_write_full(f_stdout, buf, nRead, NULL)) {

Completed in 257 milliseconds