Home
last modified time | relevance | path

Searched refs:query_count (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dfilterprov.c34 unsigned long int query_count; member
85 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()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Ddohclient.c64 int query_count; member
213 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()
/netbsd-src/external/ibm-public/postfix/dist/src/dns/
H A Ddns_lookup.c283 int query_count; /* number of queries */ member
632 reply->query_count = ntohs(reply_header->qdcount); in dns_query()
657 int query_count = reply->query_count; in dns_skip_query() local
665 while (query_count-- > 0) { in dns_skip_query()
/netbsd-src/external/bsd/unbound/dist/iterator/
H A Diterator.c1931 int query_count = 0; in query_for_targets() local
1996 *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 …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/statschannel/
H A Dtests.sh191 query_count=$(awk '/QUERY/ {print $1}' ns2/named.stats)
200 [ "$query_count" -eq "$xml_query_count" ] || ret=1
214 [ "$query_count" -eq "$json_query_count" ] || ret=1
/netbsd-src/external/bsd/nsd/dist/
H A Dnsd.h202 stc_type query_count; member
H A Dserver.c263 int query_count; member
4043 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()
H A Dremote.c2769 (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()
H A Dnsd.c1359 nsd.children[i].query_count = 0; in main()