Searched defs:elt_t (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isccc/
H A Dsymtab.c45 } elt_t; typedef in typeref:struct:elt
47 typedef ISC_LIST(elt_t) eltlist_t;
96 free_elt(isccc_symtab_t *symtab, unsigned int bucket, elt_t *elt) {
108 elt_t *elt, *nelt;
190 elt_t *elt;
211 elt_t *elt;
250 elt_t *elt;
270 elt_t *elt, *nelt;
/bind-9.11.3/lib/isc/
H A Dsymtab.c28 } elt_t; typedef in typeref:struct:elt
30 typedef LIST(elt_t) eltlist_t;
93 elt_t *elt, *nelt;
165 elt_t *elt;
200 elt_t *elt, *nelt;
226 elt_t *elt;
244 elt = (elt_t *)isc_mem_get(symtab->mctx, sizeof(*elt));
276 elt_t *elt;

Completed in 18 milliseconds