OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hookpoint
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mpl/bind/dist/lib/ns/include/ns/
hooks.h
211
* -
hookpoint
: the point from which the query handling should be resumed
246
* ns_hookpoint_t
hookpoint
;
269
* state->
hookpoint
= ...; // would be hook point for this hook
286
* .
hookpoint
= state->
hookpoint
,
444
ns_hookpoint_t
hookpoint
; /* hook point from which to resume */
member in struct:ns_hook_resume
589
ns_hookpoint_t
hookpoint
, const ns_hook_t *hook);
592
* describing a hook action and append it to the list of hooks at '
hookpoint
'
600
*\li '
hookpoint
' is less than NS_QUERY_HOOKS_COUNT
/src/external/mpl/bind/dist/tests/ns/
query_test.c
595
ns_hookpoint_t
hookpoint
; /* hook point specified for resume */
member in struct:__anon24238
612
ns_hookpoint_t
hookpoint
; /* specifies where to resume */
member in struct:hookasync_data
652
.
hookpoint
= asdata->
hookpoint
,
676
* '
hookpoint
' should identify the point that calls the hook. It will be
682
ns_hookpoint_t
hookpoint
) {
688
asdata->lasthookpoint =
hookpoint
; /* ditto */
704
switch (
hookpoint
) {
852
.
hookpoint
= test->
hookpoint
,
1253
ns_
hookpoint
_t
hookpoint
; \/* hook point specified for resume *\/
member in struct:__anon24239
1265
ns_
hookpoint
_t
hookpoint
; \/* specifies where to resume *\/
member in struct:hookasync_e2e_data
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/hooks/driver/
test-async.c
57
ns_hookpoint_t
hookpoint
;
member in struct:state
289
.
hookpoint
= state->
hookpoint
,
323
state->
hookpoint
= NS_QUERY_DONE_BEGIN;
/src/external/mpl/bind/dist/lib/ns/
hooks.c
311
ns_hookpoint_t
hookpoint
, const ns_hook_t *hook) {
316
REQUIRE(
hookpoint
< NS_HOOKPOINTS_COUNT);
327
ISC_LIST_APPEND((*hooktable)[
hookpoint
], copy, link);
query.c
6890
switch (rev->
hookpoint
) {
Completed in 28 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026