Searched defs:htab_free (Results 1 – 7 of 7) sorted by relevance
73 typedef void (*htab_free) (void *); typedef
43 htab_free (void *ptr) in htab_free() function
44 htab_free (void *ptr) in htab_free() function
49 static inline void htab_free (void *ptr) { free (ptr); } in htab_free() function