OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NS_QUERYATTR_NAMEBUFUSED
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/ns/include/ns/
query.h
164
#define
NS_QUERYATTR_NAMEBUFUSED
0x000008
/src/external/mpl/bind/dist/lib/ns/
client.c
2999
REQUIRE((client->query.attributes &
NS_QUERYATTR_NAMEBUFUSED
) == 0);
3008
client->query.attributes |=
NS_QUERYATTR_NAMEBUFUSED
;
3052
REQUIRE((client->query.attributes &
NS_QUERYATTR_NAMEBUFUSED
) != 0);
3057
client->query.attributes &= ~
NS_QUERYATTR_NAMEBUFUSED
;
3069
client->query.attributes &= ~
NS_QUERYATTR_NAMEBUFUSED
;
Completed in 29 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026