Searched refs:CmpKey (Results 1 – 1 of 1) sorted by relevance
58 int (*CmpKey) (const char *s1, const char *s2); member135 hamt->CmpKey = yasm__strcasecmp; in HAMT_create()139 hamt->CmpKey = strcmp; in HAMT_create()249 && hamt->CmpKey(((HAMTEntry *)(node->BaseValue))->str, in HAMT_insert()394 && hamt->CmpKey(((HAMTEntry *)(node->BaseValue))->str, in HAMT_search()