Searched refs:isc_symtab_t (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/ntp/lib/isc/include/isc/
H A Dsymtab.h117 isc_boolean_t case_sensitive, isc_symtab_t **symtabp);
121 isc_symtab_destroy(isc_symtab_t **symtabp);
125 isc_symtab_lookup(isc_symtab_t *symtab, const char *key, unsigned int type,
130 isc_symtab_define(isc_symtab_t *symtab, const char *key, unsigned int type,
135 isc_symtab_undefine(isc_symtab_t *symtab, const char *key, unsigned int type);
H A Dtypes.h92 typedef struct isc_symtab isc_symtab_t; /*%< Symbol Table */ typedef in typeref:struct:isc_symtab
/freebsd-10-stable/contrib/ntp/lib/isc/
H A Dsymtab.c62 isc_symtab_t **symtabp)
64 isc_symtab_t *symtab;
71 symtab = (isc_symtab_t *)isc_mem_get(mctx, sizeof(*symtab));
97 isc_symtab_destroy(isc_symtab_t **symtabp) {
98 isc_symtab_t *symtab;
168 isc_symtab_lookup(isc_symtab_t *symtab, const char *key, unsigned int type,
189 grow_table(isc_symtab_t *symtab) {
229 isc_symtab_define(isc_symtab_t *symtab, const char *key, unsigned int type,
281 isc_symtab_undefine(isc_symtab_t *symtab, const char *key, unsigned int type) {
/freebsd-10-stable/contrib/ntp/lib/isc/tests/
H A Dsymtab_test.c51 isc_symtab_t *st = NULL;

Completed in 230 milliseconds