• Home
  • Raw
  • Download

Lines Matching refs:tempkey

1135     const uint8_t *tempkey = key1.getByteArray(keylength);  in TestSortKey()  local
1136 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey()
1138 tempkey = key2.getByteArray(keylength); in TestSortKey()
1139 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey()
1141 tempkey = key3.getByteArray(keylength); in TestSortKey()
1142 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey()
1149 tempkey = key1.getByteArray(keylength); in TestSortKey()
1150 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey()
1152 tempkey = key2.getByteArray(keylength); in TestSortKey()
1153 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey()
1155 tempkey = key3.getByteArray(keylength); in TestSortKey()
1156 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey()
1166 tempkey = key1.getByteArray(keylength); in TestSortKey()
1167 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey()
1169 tempkey = key2.getByteArray(keylength); in TestSortKey()
1170 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey()
1172 tempkey = key3.getByteArray(keylength); in TestSortKey()
1173 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey()
1188 tempkey = key2.getByteArray(keylength); in TestSortKey()
1189 doAssert(memcmp(tempkey, key2primary.getAlias(), keylength - 1) == 0, in TestSortKey()
1196 tempkey = key1.getByteArray(keylength); in TestSortKey()
1197 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey()
1199 tempkey = key2.getByteArray(keylength); in TestSortKey()
1200 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey()
1202 tempkey = key3.getByteArray(keylength); in TestSortKey()
1203 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey()
1210 tempkey = key1.getByteArray(keylength); in TestSortKey()
1211 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey()
1213 tempkey = key2.getByteArray(keylength); in TestSortKey()
1214 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey()
1216 tempkey = key3.getByteArray(keylength); in TestSortKey()
1217 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey()
1224 tempkey = key1.getByteArray(keylength); in TestSortKey()
1225 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey()
1227 tempkey = key2.getByteArray(keylength); in TestSortKey()
1228 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey()
1230 tempkey = key3.getByteArray(keylength); in TestSortKey()
1231 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey()
2115 CollationKey tempkey((uint8_t*)temp, length); in getCollationKey() local
2116 key = tempkey; in getCollationKey()