HomeSort by: relevance | last modified time | path
    Searched defs:hookpoint (Results 1 - 3 of 3) sorted by relevancy

  /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/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...]

Completed in 28 milliseconds