HomeSort by: relevance | last modified time | path
    Searched defs:ht_enumerate (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/config/
hash.c 350 * third argument is passed through from the "arg" parameter to ht_enumerate()
370 ht_enumerate(struct hashtab *ht, ht_callback cbfunc, void *arg) function in typeref:typename:int
452 return ht_enumerate(&tbl->imp, HT##_enumerate_thunk, &ctx); \
hash.c 350 * third argument is passed through from the "arg" parameter to ht_enumerate()
370 ht_enumerate(struct hashtab *ht, ht_callback cbfunc, void *arg) function in typeref:typename:int
452 return ht_enumerate(&tbl->imp, HT##_enumerate_thunk, &ctx); \

Completed in 200 milliseconds