Searched refs:symtabp (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/lib/isc/include/isc/ |
H A D | symtab.h | 108 isc_boolean_t case_sensitive, isc_symtab_t **symtabp); 112 isc_symtab_destroy(isc_symtab_t **symtabp);
|
/bind-9.11.3/lib/isccc/include/isccc/ |
H A D | symtab.h | 104 isc_boolean_t case_sensitive, isccc_symtab_t **symtabp); 107 isccc_symtab_destroy(isccc_symtab_t **symtabp);
|
H A D | cc.h | 111 isccc_cc_createsymtab(isccc_symtab_t **symtabp);
|
/bind-9.11.3/lib/isccc/ |
H A D | symtab.c | 66 isccc_symtab_t **symtabp) 71 REQUIRE(symtabp != NULL && *symtabp == NULL); 90 *symtabp = symtab; 105 isccc_symtab_destroy(isccc_symtab_t **symtabp) { argument 110 REQUIRE(symtabp != NULL); 111 symtab = *symtabp; 126 *symtabp = NULL; 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
|
H A D | cc.c | 1000 isccc_cc_createsymtab(isccc_symtab_t **symtabp) { argument 1002 symtabp));
|
/bind-9.11.3/lib/isc/ |
H A D | symtab.c | 53 isc_symtab_t **symtabp) 59 REQUIRE(symtabp != NULL && *symtabp == NULL); 84 *symtabp = symtab; 90 isc_symtab_destroy(isc_symtab_t **symtabp) { argument 95 REQUIRE(symtabp != NULL); 96 symtab = *symtabp; 115 *symtabp = NULL; 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 25 milliseconds