Searched refs:iwafcmp (Results 1 – 4 of 4) sorted by relevance
/third_party/iowow/src/utils/ |
D | iwconv.h | 56 IW_EXPORT int iwafcmp(const char *aptr, int asiz, const char *bptr, int bsiz);
|
D | iwconv.c | 252 int iwafcmp(const char *aptr, int asiz, const char *bptr, int bsiz) { in iwafcmp() function
|
/third_party/iowow/src/kv/ |
D | iwkv.c | 121 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/ |
D | jbl.c | 2216 return iwafcmp(b1, sz1, b2, sz2); in _jbl_compare_nodes()
|