Lines Matching defs:hooktable
230 lctx, actx, view->hooktable,
264 ns_hooktable_init(ns_hooktable_t *hooktable) {
268 ISC_LIST_INIT((*hooktable)[i]);
274 ns_hooktable_t *hooktable = NULL;
278 hooktable = isc_mem_get(mctx, sizeof(*hooktable));
280 ns_hooktable_init(hooktable);
282 *tablep = hooktable;
315 ns_hook_add(ns_hooktable_t *hooktable, isc_mem_t *mctx,
319 REQUIRE(hooktable != NULL);
332 ISC_LIST_APPEND((*hooktable)[hookpoint], copy, link);