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

/netbsd-current/external/bsd/unbound/dist/util/
H A Dnetevent.h254 size_t http_stored; member in struct:comm_point
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 verbose(VERB_ALGO, "http_chunked_segment: got now %d, tcpbytcount %d, http_stored %d, buffer pos %d, buffer limit %d", (int)got_now, (int)c->tcp_byte_count, (int)c->http_stored, (int)sldns_buffer_position(c->buffer), (int)sldns_buffer_limit(c->buffer));
3182 c->http_stored = 0;
3226 c->http_stored = total;
3232 c->http_stored = 0;
3514 if(c->http_stored >
[all...]

Completed in 142 milliseconds