OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tagmatch
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/unbound/dist/services/
localzone.c
1817
uint8_t
tagmatch
;
local
1820
tagmatch
= (taglist[i] & taglist2[i]);
1821
for(j=0; j<8 &&
tagmatch
>0; j++) {
1822
if((
tagmatch
& 0x1)) {
1838
tagmatch
>>= 1;
localzone.c
1817
uint8_t
tagmatch
;
local
1820
tagmatch
= (taglist[i] & taglist2[i]);
1821
for(j=0; j<8 &&
tagmatch
>0; j++) {
1822
if((
tagmatch
& 0x1)) {
1838
tagmatch
>>= 1;
Completed in 144 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026