Home
last modified time | relevance | path

Searched refs:CmpKey (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dhamt.c58 int (*CmpKey) (const char *s1, const char *s2); member
135 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()