Home | History | Annotate | Download | only in include

Lines Matching refs:htab

210   htab_t htab;
215 /* Iterate through the elements of hashtable HTAB, using htab_iterator ITER,
217 #define FOR_EACH_HTAB_ELEMENT(HTAB, RESULT, TYPE, ITER) \
218 for (RESULT = (TYPE) first_htab_element (&(ITER), (HTAB)); \