Searched refs:v2len (Results 1 – 1 of 1) sorted by relevance
/third_party/iowow/src/kv/ |
D | iwkv.c | 92 int step, v2len = (int) key->size; in _cmp_keys_prefix() local 99 return v2len - v1len; in _cmp_keys_prefix() 102 if ((v2len != v1len) || (v2len > IW_VNUMBUFSZ) || (v1len > IW_VNUMBUFSZ)) { in _cmp_keys_prefix() 103 return v2len - v1len; in _cmp_keys_prefix() 109 memcpy(vbuf, u2, v2len); in _cmp_keys_prefix() 116 ret = iwafcmp(u2, v2len, u1, v1len); in _cmp_keys_prefix() 121 IW_CMP2(ret, u2, v2len, u1, v1len); in _cmp_keys_prefix() 125 int v2len = (int) key->size; in _cmp_keys_prefix() local 128 if ((v2len != v1len) || (v2len > IW_VNUMBUFSZ) || (v1len > IW_VNUMBUFSZ)) { in _cmp_keys_prefix() 129 return v2len - v1len; in _cmp_keys_prefix() [all …]
|