Searched refs:undefine_arg (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/lib/isc/include/isc/ |
H A D | symtab.h | 107 isc_symtabaction_t undefine_action, void *undefine_arg,
|
/bind-9.11.3/lib/isccc/include/isccc/ |
H A D | symtab.h | 103 isccc_symtabundefaction_t undefine_action, void *undefine_arg,
|
/bind-9.11.3/lib/isccc/ |
H A D | symtab.c | 57 void * undefine_arg; member in struct:isccc_symtab 64 void *undefine_arg, 86 symtab->undefine_arg = undefine_arg; 100 symtab->undefine_arg); 227 symtab->undefine_arg); 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 | 44 void * undefine_arg; member in struct:isc_symtab 51 void *undefine_arg, 80 symtab->undefine_arg = undefine_arg; 106 symtab->undefine_arg); 242 symtab->undefine_arg); 288 elt->value, symtab->undefine_arg); 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
|
Completed in 12 milliseconds