Searched refs:HT_CMP (Results 1 – 2 of 2) sorted by relevance
133 typedef int (*HT_CMP)(const char *, const char *, size_t); typedef157 extern void ht_set_cmpfn(HT_HANDLE *handle, HT_CMP cmpfn);
117 ? (HT_CMP)strncmp : (HT_CMP)memcmp; in ht_create_table()209 ht_set_cmpfn(HT_HANDLE *handle, HT_CMP cmpfn) in ht_set_cmpfn()