Searched refs:HT_CMP (Results 1 – 3 of 3) sorted by relevance
131 typedef int (*HT_CMP)(const char *, const char *, size_t); typedef155 extern void ht_set_cmpfn(HT_HANDLE *handle, HT_CMP cmpfn);
115 ? (HT_CMP)strncmp : (HT_CMP)memcmp; in ht_create_table()207 ht_set_cmpfn(HT_HANDLE *handle, HT_CMP cmpfn) in ht_set_cmpfn()
1365 (HT_CMP)smb_strcasecmp); in smb_shr_cache_create()