Home
last modified time | relevance | path

Searched refs:http_stored (Results 1 – 2 of 2) sorted by relevance

/src/contrib/unbound/util/
H A Dnetevent.h281 size_t http_stored; member
H A Dnetevent.c4957 c->http_stored = 0;
4972 c->http_stored = total;
4979 c->http_stored = 0;
4997 size_t got_now = sldns_buffer_limit(c->buffer) - c->http_stored;
4998 …os %d, buffer limit %d", (int)got_now, (int)c->tcp_byte_count, (int)c->http_stored, (int)sldns_buf…
5005 c->http_stored = 0;
5049 c->http_stored = total;
5055 c->http_stored = 0;
5320 if(c->http_stored >= sldns_buffer_position(c->buffer)) {
5328 if(c->http_stored < sldns_buffer_limit(c->buffer))
[all …]