OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_query
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/bin/dig/
dighost.h
150
dig_query_t *
current_query
;
member in struct:dig_lookup
dighost.c
1744
if (lookup->
current_query
== query) {
1745
query_detach(&lookup->
current_query
);
2968
query_attach(query, &query->lookup->
current_query
);
3248
} else if ((l->
current_query
!= NULL) &&
3249
(ISC_LINK_LINKED(l->
current_query
, link)))
3251
next = ISC_LIST_NEXT(l->
current_query
, link);
3314
query_attach(query, &query->lookup->
current_query
);
3391
dig_query_t *
current_query
, *next_query;
local
3393
current_query
= lookup->
current_query
;
[
all
...]
Completed in 23 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026