Lines Matching defs:read
230 apr_size_t read; /* amount of bytes read */
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" : "write"),
1229 c->read = 0;
1343 if (c->read == 0 && c->keepalive) {
1391 /* read data from connection */
1415 && c->read != 0) {
1417 * some data has already been read; this commonly happens, so
1424 && c->read == 0
1433 c->read = 0;
1434 BIO_printf(bio_err, "SSL read failed (%d) - closing connection\n", scode);
1465 && c->read == 0 && good == 0) {
1476 if (c->read == 0) {
1479 c->read += r;
1517 /* read rest next time */
1611 /* outside header, everything we have read is entity body */
1645 c->read = c->bread = 0;
1850 * systems, so treat that like APR_POLLIN so that we try to read
2085 /* read data to POST/PUT from file, save contents and length */
2111 fprintf(stderr, "ab: Could not read POST data file: %s\n",