OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qcount
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/boggle/mkdict/
mkdict.c
67
int current, len, prev,
qcount
;
local
108
qcount
= 0;
111
qcount
++;
113
printf("%c%s", common +
qcount
, p - 1);
/src/external/bsd/nsd/dist/
packet.c
343
size_t
qcount
= (size_t)QDCOUNT(packet);
local
346
if(
qcount
> 64 || rrcount > 65530) {
354
for (i = 0; i <
qcount
; ++i) {
difffile.c
1104
int
qcount
, ancount;
local
1158
qcount
= QDCOUNT(packet);
1161
/*
qcount
should be 0 or 1 really, ancount limited by 64k packet */
1162
if(
qcount
> 64 || ancount > 65530) {
1169
for(int i=0; i <
qcount
; ++i) {
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c
10771
int
qcount
= CountLabels(&q.qname);
local
10773
if (
qcount
- 1 > scount)
10774
if (SameDomainName(SkipLeadingLabels(&q.qname,
qcount
- scount), m->rec.r.resrec.name))
10775
repeat =
qcount
- 1 - scount;
Completed in 95 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026