Lines Matching refs:sent_count
154 iq->sent_count = 0; in iter_new()
1071 iq->sent_count = 0; in processInitRequest()
1632 iq->sent_count = 0; in processLastResort()
1811 iq->num_current_queries, iq->sent_count); in processQueryTargets()
1820 if(iq->sent_count > MAX_SENT_COUNT) { in processQueryTargets()
1822 "number of sends with %d", iq->sent_count); in processQueryTargets()
1852 && iq->sent_count < TARGET_FETCH_STOP) { in processQueryTargets()
1888 iq->sent_count = 0; in processQueryTargets()
1972 iq->sent_count = 0; in processQueryTargets()
2107 iq->sent_count++; in processQueryTargets()
2331 iq->sent_count = 0; in processQueryResponse()
2407 iq->sent_count = 0; in processQueryResponse()
3042 if(event == module_event_noreply && iq->sent_count >= 3 && in process_response()