Home
last modified time | relevance | path

Searched refs:bytes_read (Results 1 – 5 of 5) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_rrdtool.c28 double bytes_read, *bytes_read_ptr; member
306 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()
H A Dconnections.c241 con->bytes_read += len;
422 con->bytes_read += len;
685 con->bytes_read = 0;
813 con->bytes_read = 0;
H A Dbase.h401 off_t bytes_read; /* used by mod_accesslog, mod_rrd */ member
H A Dmod_accesslog.c827 if (con->bytes_read > 0) { in REQUESTDONE_FUNC()
828 buffer_append_off_t(b, con->bytes_read); in REQUESTDONE_FUNC()
/mOS-networking-stack/core/src/
H A Dapi.c1624 int ret, bytes_read, i; in mtcp_readv() local
1682 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()