Lines Matching refs:v2len
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()
135 memcpy(vbuf, v2, v2len); in _cmp_keys_prefix()
139 return iwafcmp(v2, v2len, v1, v1len); in _cmp_keys_prefix()
141 IW_CMP2(ret, v2, v2len, v1, v1len); in _cmp_keys_prefix()