Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/
H A Dnetevent.c3134 c->http_stored = 0;
3149 c->http_stored = total;
3156 c->http_stored = 0;
3174 size_t got_now = sldns_buffer_limit(c->buffer) - c->http_stored;
3175 …os %d, buffer limit %d", (int)got_now, (int)c->tcp_byte_count, (int)c->http_stored, (int)sldns_buf…
3182 c->http_stored = 0;
3226 c->http_stored = total;
3232 c->http_stored = 0;
3514 if(c->http_stored >= sldns_buffer_position(c->buffer)) {
3522 if(c->http_stored < sldns_buffer_limit(c->buffer))
[all …]
H A Dnetevent.h254 size_t http_stored; member