OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:saved_qctx
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/ns/include/ns/
hooks.h
217
* -
saved_qctx
: the 'qctx' passed to 'runasync'. This holds some
446
query_ctx_t *
saved_qctx
; /* qctx at the point of call to hook */
member in struct:ns_hook_resume
/src/external/mpl/bind/dist/lib/ns/
query.c
6829
query_ctx_t *qctx = rev->
saved_qctx
;
6965
query_ctx_t *
saved_qctx
= NULL;
local
6978
saved_qctx
= isc_mem_get(client->manager->mctx, sizeof(*
saved_qctx
));
6979
qctx_save(qctx,
saved_qctx
);
6980
result = runasync(
saved_qctx
, client->manager->mctx, arg,
7020
if (
saved_qctx
!= NULL) {
7021
qctx_clean(
saved_qctx
);
7022
qctx_freedata(
saved_qctx
);
7023
qctx_destroy(
saved_qctx
);
11716
query_ctx_t *
saved_qctx
= NULL;
local
[
all
...]
Completed in 27 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026