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.h281 size_t http_stored; member
H A Dnetevent.c4974 c->http_stored = 0;
4989 c->http_stored = total;
4996 c->http_stored = 0;
5014 size_t got_now = sldns_buffer_limit(c->buffer) - c->http_stored;
5015 …os %d, buffer limit %d", (int)got_now, (int)c->tcp_byte_count, (int)c->http_stored, (int)sldns_buf…
5022 c->http_stored = 0;
5066 c->http_stored = total;
5072 c->http_stored = 0;
5337 if(c->http_stored >= sldns_buffer_position(c->buffer)) {
5345 if(c->http_stored < sldns_buffer_limit(c->buffer))
[all …]