Home
last modified time | relevance | path

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

/third_party/iowow/src/utils/
Diwconv.h56 IW_EXPORT int iwafcmp(const char *aptr, int asiz, const char *bptr, int bsiz);
Diwconv.c252 int iwafcmp(const char *aptr, int asiz, const char *bptr, int bsiz) { in iwafcmp() function
/third_party/iowow/src/kv/
Diwkv.c121 ret = iwafcmp(u2, v2len, u1, v1len); in _cmp_keys_prefix()
144 return iwafcmp(v2, v2len, v1, v1len); in _cmp_keys_prefix()
/third_party/ejdb/src/jbl/
Djbl.c2216 return iwafcmp(b1, sz1, b2, sz2); in _jbl_compare_nodes()