Home
last modified time | relevance | path

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

/netbsd/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/external/bsd/unbound/dist/testcode/
H A Ddohclient.c64 int query_count; member
213 h2_session->query_count++; in submit_query()
260 if(h2_session->block_select && h2_session->query_count <= 0) { in http2_recv_cb()
339 h2_session->query_count--; in http2_stream_close_cb()
540 while(h2_session->query_count) { in run()
/netbsd/external/ibm-public/postfix/dist/src/dns/
H A Ddns_lookup.c279 int query_count; /* number of queries */ member
628 reply->query_count = ntohs(reply_header->qdcount); in dns_query()
653 int query_count = reply->query_count; in dns_skip_query() local
661 while (query_count-- > 0) { in dns_skip_query()
/netbsd/external/mpl/bind/dist/bin/tests/system/statschannel/
H A Dtests.sh82 query_count=`awk '/QUERY/ {print $1}' ns2/named.stats`
91 [ "$query_count" -eq "$xml_query_count" ] || ret=1
105 [ "$query_count" -eq "$json_query_count" ] || ret=1
/netbsd/external/bsd/unbound/dist/iterator/
H A Diterator.c1852 int query_count = 0; in query_for_targets() local
1917 *num = query_count; in query_for_targets()
1918 if(query_count > 0) in query_for_targets()
1922 query_count++; in query_for_targets()
1939 *num = query_count; in query_for_targets()
1944 query_count++; in query_for_targets()
1957 *num = query_count; in query_for_targets()
1958 if(query_count > 0) in query_for_targets()
1981 int query_count = 0; in processLastResort() local
2107 query_count++; in processLastResort()
[all …]
/netbsd/external/bsd/nsd/dist/
H A Dnsd.h191 stc_type query_count; member
H A Dserver.c245 int query_count; member
2228 if(!write_socket(cmdfd, &nsd->children[i].query_count, in parent_send_stats()
3845 data->query_count >= data->nsd->tcp_query_count) || in handle_tcp_reading()
3982 data->query_count++; in handle_tcp_reading()
4213 data->query_count >= data->nsd->tcp_query_count) || in handle_tcp_writing()
4340 data->query_count >= data->nsd->tcp_query_count) || in handle_tls_reading()
4475 data->query_count++; in handle_tls_reading()
4670 data->query_count >= data->nsd->tcp_query_count) || in handle_tls_writing()
4803 tcp_data->query_count = 0; in handle_tcp_accept()
H A Dremote.c2761 (unsigned long)xfrd->nsd->children[i].query_count)) in print_stats()
2763 total += xfrd->nsd->children[i].query_count; in print_stats()
2813 xfrd->nsd->children[i].query_count = 0; in clear_stats()
H A Dipc.c335 child->query_count = s.qudp + s.qudp6 + s.ctcp + s.ctcp6 in read_child_stats()
H A Dnsd.c1362 nsd.children[i].query_count = 0; in main()
H A Dxfrd.c2691 xfrd->nsd->children[i].query_count += *p++; in xfrd_process_stat_info_task()
/netbsd/external/bsd/wpa/dist/src/p2p/
H A Dp2p_i.h876 u8 query_count);
H A Dp2p.c2178 u8 query_count) in p2p_build_probe_resp_ies() argument
2193 if (query_count) in p2p_build_probe_resp_ies()
2230 if (query_count) { in p2p_build_probe_resp_ies()
2231 p2p_buf_add_service_instance(buf, p2p, query_count, query_hash, in p2p_build_probe_resp_ies()