Searched defs:undefine_action (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/bin/tests/ |
H A D | sym_test.c | 33 undefine_action(char *key, unsigned int type, isc_symvalue_t value, void *arg) function 71 RUNTIME_CHECK(isc_symtab_create(mctx, 691, undefine_action, NULL, 115 undefine_action(key, 1,
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | symtab.c | 52 isc_symtabaction_t undefine_action; member in struct:isc_symtab 59 isc_symtabaction_t undefine_action, 88 symtab->undefine_action = undefine_action; 111 if (symtab->undefine_action != NULL) 112 (symtab->undefine_action)(elt->key, 248 if (symtab->undefine_action != NULL) 249 (symtab->undefine_action)(elt->key, elt->type, 263 * it in its undefine_action function. In the event that it *was* 295 if (symtab->undefine_action ! 58 isc_symtab_create(isc_mem_t *mctx, unsigned int size, isc_symtabaction_t undefine_action, void *undefine_arg, isc_boolean_t case_sensitive, isc_symtab_t **symtabp) argument [all...] |
/bind-9.6-ESV-R11/lib/isccc/ |
H A D | symtab.c | 65 isccc_symtabundefaction_t undefine_action; member in struct:isccc_symtab 72 isccc_symtabundefaction_t undefine_action, 94 symtab->undefine_action = undefine_action; 107 if (symtab->undefine_action != NULL) 108 (symtab->undefine_action)(elt->key, elt->type, elt->value, 233 if (symtab->undefine_action != NULL) 234 (symtab->undefine_action)(elt->key, elt->type, 71 isccc_symtab_create(unsigned int size, isccc_symtabundefaction_t undefine_action, void *undefine_arg, isc_boolean_t case_sensitive, isccc_symtab_t **symtabp) argument
|
Completed in 10 milliseconds