OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_questions
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/tests/
dns-push.c
620
int
num_questions
;
local
622
num_questions
= 2;
624
num_questions
= 1;
626
dns_message.qdcount = htons(
num_questions
);
635
if (
num_questions
== 2) {
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-proxy.c
226
int
num_questions
; // In case of a multi-question query, how many questions were asked
member in struct:dnssd_query
2267
if (answered_query->
num_questions
== 1) {
2288
if (satisfied != answered_query->
num_questions
) {
2497
int len = snprintf(logbuf, sizeof(logbuf), "[Q%d] TCP %d: ", SERIAL(query), query->
num_questions
);
2500
int len = snprintf(logbuf, sizeof(logbuf), "[Q%d] UDP %p %d: ", SERIAL(query), query->
num_questions
);
3858
dp_dns_query(dp_tracker_t *tracker, message_t *message, dns_rr_t *question, int
num_questions
)
3878
query->
num_questions
=
num_questions
;
4032
int
num_questions
= ntohs(message->wire.qdcount);
local
4036
for (int i = 0; i <
num_questions
; i++)
[
all
...]
Completed in 22 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026