Searched defs:undefine_action (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/bin/tests/ |
H A D | sym_test.c | 25 undefine_action(char *key, unsigned int type, isc_symvalue_t value, void *arg) function 63 RUNTIME_CHECK(isc_symtab_create(mctx, 691, undefine_action, NULL, 107 undefine_action(key, 1,
|
/bind-9.11.3/lib/isccc/ |
H A D | symtab.c | 56 isccc_symtabundefaction_t undefine_action; member in struct:isccc_symtab 63 isccc_symtabundefaction_t undefine_action, 85 symtab->undefine_action = undefine_action; 98 if (symtab->undefine_action != NULL) 99 (symtab->undefine_action)(elt->key, elt->type, elt->value, 224 if (symtab->undefine_action != NULL) 225 (symtab->undefine_action)(elt->key, elt->type, 62 isccc_symtab_create(unsigned int size, isccc_symtabundefaction_t undefine_action, void *undefine_arg, isc_boolean_t case_sensitive, isccc_symtab_t **symtabp) argument
|
/bind-9.11.3/lib/isc/ |
H A D | symtab.c | 43 isc_symtabaction_t undefine_action; member in struct:isc_symtab 50 isc_symtabaction_t undefine_action, 79 symtab->undefine_action = undefine_action; 102 if (symtab->undefine_action != NULL) 103 (symtab->undefine_action)(elt->key, 239 if (symtab->undefine_action != NULL) 240 (symtab->undefine_action)(elt->key, elt->type, 254 * it in its undefine_action function. In the event that it *was* 286 if (symtab->undefine_action ! 49 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...] |
Completed in 11 milliseconds