Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/util/
H A Dnetevent.c2472 c->http_stored = 0;
2487 c->http_stored = total;
2494 c->http_stored = 0;
2512 size_t got_now = sldns_buffer_limit(c->buffer) - c->http_stored;
2513 …os %d, buffer limit %d", (int)got_now, (int)c->tcp_byte_count, (int)c->http_stored, (int)sldns_buf…
2520 c->http_stored = 0;
2564 c->http_stored = total;
2570 c->http_stored = 0;
2852 if(c->http_stored >= sldns_buffer_position(c->buffer)) {
2860 if(c->http_stored < sldns_buffer_limit(c->buffer))
[all …]
H A Dnetevent.h243 size_t http_stored; member