Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dnetevent.h285 size_t http_stored; member
H A Dnetevent.c5127 c->http_stored = 0;
5142 c->http_stored = total;
5149 c->http_stored = 0;
5167 size_t got_now = sldns_buffer_limit(c->buffer) - c->http_stored;
5168 …os %d, buffer limit %d", (int)got_now, (int)c->tcp_byte_count, (int)c->http_stored, (int)sldns_buf…
5175 c->http_stored = 0;
5227 c->http_stored = total;
5233 c->http_stored = 0;
5498 if(c->http_stored >= sldns_buffer_position(c->buffer)) {
5506 if(c->http_stored < sldns_buffer_limit(c->buffer))
[all …]