Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/iterator/
H A Diterator.h404 int timeout_count; member
H A Diterator.c165 iq->timeout_count = 0; in iter_new()
611 } else if(iq->response == NULL && iq->timeout_count != 0) { in errinf_reply()
2272 iq->timeout_count = 0; in processQueryTargets()
2361 if(iq->timeout_count < MAX_MINIMISE_TIMEOUT_COUNT) in processQueryTargets()
2718 iq->timeout_count++; in processQueryResponse()
2724 iq->timeout_count = 0; in processQueryResponse()
3768 if(event == module_event_noreply && iq->timeout_count >= 3 && in process_response()