Searched refs:bytes_read (Results 1 – 5 of 5) sorted by relevance
28 double bytes_read, *bytes_read_ptr; member306 p->conf.bytes_read_ptr = &(s->bytes_read); in mod_rrd_patch_connection()326 p->conf.bytes_read_ptr = &(s->bytes_read); in mod_rrd_patch_connection()358 s->bytes_read = 0; in SETDEFAULTS_FUNC()421 buffer_append_off_t(p->cmd, s->bytes_read); in TRIGGER_FUNC()463 s->bytes_read = 0; in TRIGGER_FUNC()476 *(p->conf.bytes_read_ptr) += con->bytes_read; in REQUESTDONE_FUNC()
241 con->bytes_read += len;422 con->bytes_read += len;685 con->bytes_read = 0;813 con->bytes_read = 0;
401 off_t bytes_read; /* used by mod_accesslog, mod_rrd */ member
827 if (con->bytes_read > 0) { in REQUESTDONE_FUNC()828 buffer_append_off_t(b, con->bytes_read); in REQUESTDONE_FUNC()
1624 int ret, bytes_read, i; in mtcp_readv() local1682 bytes_read = 0; in mtcp_readv()1691 bytes_read += ret; in mtcp_readv()1709 merged_len == 0 && bytes_read > 0) { in mtcp_readv()1723 cur_stream->id, bytes_read); in mtcp_readv()1724 return bytes_read; in mtcp_readv()