Searched defs:read (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/ssl/
H A Dssl_ct_util.c149 APLOGNO(02777) "couldn't read dir %s",
173 APLOGNO(02778) "couldn't read entry from dir %s", dirname);
203 APLOGNO(02779) "couldn't read %s", fn);
310 int read = 0; local
335 ++read;
338 if (fds_waiting && !read) {
/httpd/modules/arch/win32/
H A Dmod_isapi.c595 apr_uint32_t read = 0; local
602 while (read < *buf_size &&
603 ((res = ap_get_client_block(r, (char*)buf_data + read,
604 *buf_size - read)) > 0)) {
605 read += res;
608 *buf_size = read;
1186 apr_uint32_t read = 0; local
1201 while (read < *buf_size &&
1202 ((res = ap_get_client_block(r, (char*)buf_data + read,
1203 *buf_size - read)) >
1415 apr_uint32_t read; local
[all...]
/httpd/modules/proxy/
H A Dmod_proxy.h386 apr_off_t read; /* Number of bytes read from remote */ member in struct:__anon284
/httpd/support/
H A Dab.c230 apr_size_t read; /* amount of bytes read */ member in struct:connection
231 apr_size_t bread; /* amount of body read */
309 * XXX - this is now a per read/write transact type of value
318 apr_int64_t totalread = 0; /* total number of bytes read */
319 apr_int64_t totalbread = 0; /* totoal amount of entity body read */
328 int err_recv = 0; /* requests failed due to broken read */
348 /* one global throw-away buffer to read stuff into */
491 BIO_printf(out,"read from %p [%p] (%d bytes => %ld (0x%lX))\n",
508 (w & SSL_CB_READ ? "read"
[all...]

Completed in 25 milliseconds