OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:qctxp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/tests/libtest/
ns.c
349
query_ctx_t **
qctxp
;
local
364
qctxp
= (query_ctx_t **)data;
365
*
qctxp
= qctx;
372
* Initialize a query context for "client" and store it in "
qctxp
".
379
create_qctx_for_client(ns_client_t *client, query_ctx_t **
qctxp
) {
383
.action_data =
qctxp
,
387
REQUIRE(
qctxp
!= NULL);
388
REQUIRE(*
qctxp
== NULL);
411
if (*
qctxp
== NULL) {
420
query_ctx_t **
qctxp
) {
[
all
...]
ns.c
349
query_ctx_t **
qctxp
;
local
364
qctxp
= (query_ctx_t **)data;
365
*
qctxp
= qctx;
372
* Initialize a query context for "client" and store it in "
qctxp
".
379
create_qctx_for_client(ns_client_t *client, query_ctx_t **
qctxp
) {
383
.action_data =
qctxp
,
387
REQUIRE(
qctxp
!= NULL);
388
REQUIRE(*
qctxp
== NULL);
411
if (*
qctxp
== NULL) {
420
query_ctx_t **
qctxp
) {
[
all
...]
Completed in 43 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026