OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:query_count
(Results
1 - 8
of
8
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
filterprov.c
36
unsigned long int
query_count
;
member in struct:filter_prov_globals_st
87
globs->
query_count
++;
105
if (!TEST_ulong_gt(globs->
query_count
, 0))
108
globs->
query_count
--;
276
return TEST_ulong_eq(globs->
query_count
, 0) && !globs->error;
/src/crypto/external/bsd/openssl/dist/test/
filterprov.c
34
unsigned long int
query_count
;
member in struct:filter_prov_globals_st
85
globs->
query_count
++;
103
if (!TEST_ulong_gt(globs->
query_count
, 0))
106
globs->
query_count
--;
237
return TEST_ulong_eq(globs->
query_count
, 0) && !globs->error;
/src/external/bsd/unbound/dist/testcode/
dohclient.c
64
int
query_count
;
member in struct:http2_session
213
h2_session->
query_count
++;
267
if(h2_session->block_select && h2_session->
query_count
<= 0) {
346
h2_session->
query_count
--;
547
while(h2_session->
query_count
) {
/src/external/ibm-public/postfix/dist/src/dns/
dns_lookup.c
289
int
query_count
; /* number of queries */
member in struct:DNS_REPLY
638
reply->
query_count
= ntohs(reply_header->qdcount);
663
int
query_count
= reply->
query_count
;
local
671
while (
query_count
-- > 0) {
/src/external/bsd/unbound/dist/iterator/
iterator.c
1999
int
query_count
= 0;
local
2064
*num =
query_count
;
2065
if(
query_count
> 0)
2069
query_count
++;
2094
*num =
query_count
;
2095
if(
query_count
> 0)
2099
query_count
++;
2117
*num =
query_count
;
2118
if(
query_count
> 0)
2141
int
query_count
= 0
local
[
all
...]
/src/external/bsd/nsd/dist/
nsd.h
202
stc_type
query_count
;
member in struct:nsd_child
server.c
281
int
query_count
;
member in struct:tcp_handler_data
4471
data->
query_count
>= data->nsd->tcp_query_count) ||
4472
(data->
query_count
> 0 && data->tcp_no_more_queries))
4646
data->
query_count
++;
4898
data->
query_count
>= data->nsd->tcp_query_count) ||
5079
data->
query_count
>= data->nsd->tcp_query_count) ||
5080
(data->
query_count
> 0 && data->tcp_no_more_queries))
5257
data->
query_count
++;
5477
data->
query_count
>= data->nsd->tcp_query_count) ||
5611
tcp_data->
query_count
= 0
[
all
...]
/src/external/mpl/bind/dist/lib/dns/
resolver.c
11172
unsigned int resp_count = 0,
query_count
= 0;
local
11199
query_count
++;
11215
fctx->spilled ? ", spilled" : "",
query_count
, timebuf);
Completed in 53 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026