Searched refs:query_count (Results 1 – 9 of 9) sorted by relevance
34 unsigned long int query_count; member85 globs->query_count++; in filter_query()103 if (!TEST_ulong_gt(globs->query_count, 0)) in filter_unquery()106 globs->query_count--; in filter_unquery()237 return TEST_ulong_eq(globs->query_count, 0) && !globs->error; in filter_provider_check_clean_finish()
64 int query_count; member213 h2_session->query_count++; in submit_query()267 if(h2_session->block_select && h2_session->query_count <= 0) { in http2_recv_cb()346 h2_session->query_count--; in http2_stream_close_cb()547 while(h2_session->query_count) { in run()
283 int query_count; /* number of queries */ member632 reply->query_count = ntohs(reply_header->qdcount); in dns_query()657 int query_count = reply->query_count; in dns_skip_query() local665 while (query_count-- > 0) { in dns_skip_query()
1931 int query_count = 0; in query_for_targets() local1996 *num = query_count; in query_for_targets()1997 if(query_count > 0) in query_for_targets()2001 query_count++; in query_for_targets()2018 *num = query_count; in query_for_targets()2019 if(query_count > 0) in query_for_targets()2023 query_count++; in query_for_targets()2036 *num = query_count; in query_for_targets()2037 if(query_count > 0) in query_for_targets()2060 int query_count = 0; in processLastResort() local[all …]
191 query_count=$(awk '/QUERY/ {print $1}' ns2/named.stats)200 [ "$query_count" -eq "$xml_query_count" ] || ret=1214 [ "$query_count" -eq "$json_query_count" ] || ret=1
202 stc_type query_count; member
263 int query_count; member4043 data->query_count >= data->nsd->tcp_query_count) || in handle_tcp_reading()4044 (data->query_count > 0 && data->tcp_no_more_queries)) in handle_tcp_reading()4218 data->query_count++; in handle_tcp_reading()4453 data->query_count >= data->nsd->tcp_query_count) || in handle_tcp_writing()4611 data->query_count >= data->nsd->tcp_query_count) || in handle_tls_reading()4612 (data->query_count > 0 && data->tcp_no_more_queries)) in handle_tls_reading()4789 data->query_count++; in handle_tls_reading()4988 data->query_count >= data->nsd->tcp_query_count) || in handle_tls_writing()5122 tcp_data->query_count = 0; in handle_tcp_accept()
2769 (unsigned long)xfrd->nsd->children[i].query_count)) in print_stats()2771 total += xfrd->nsd->children[i].query_count; in print_stats()2906 xfrd->nsd->children[0].query_count = stats[0].qudp + stats[0].qudp6 in process_stats_add_total()2911 xfrd->nsd->children[i].query_count = stats[i].qudp in process_stats_add_total()
1359 nsd.children[i].query_count = 0; in main()