OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RUNCHECK
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/bin/tests/system/pipelined/
pipequeries.c
55
#define
RUNCHECK
(x) RUNTIME_CHECK((x) == ISC_R_SUCCESS)
280
RUNCHECK
(dst_lib_init(mctx, NULL));
282
RUNCHECK
(dns_dispatchmgr_create(mctx, loopmgr, netmgr, &dispatchmgr));
284
RUNCHECK
(dns_dispatch_createudp(
286
RUNCHECK
(dns_requestmgr_create(mctx, loopmgr, dispatchmgr, dispatchv4,
289
RUNCHECK
(dns_view_create(mctx, loopmgr, NULL, 0, "_test", &view));
/src/external/mpl/bind/dist/bin/tools/
mdig.c
65
#define
RUNCHECK
(x) RUNTIME_CHECK((x) == ISC_R_SUCCESS)
2092
RUNCHECK
(dns_dispatchmgr_create(mctx, loopmgr, netmgr, &dispatchmgr));
2101
RUNCHECK
(dns_dispatch_createudp(
2104
RUNCHECK
(dns_requestmgr_create(
2108
RUNCHECK
(dns_view_create(mctx, loopmgr, NULL, 0, "_mdig", &view));
2136
RUNCHECK
(dst_lib_init(mctx, NULL));
Completed in 62 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026