Lines Matching refs:tempkey
1116 const uint8_t *tempkey = key1.getByteArray(keylength); in TestSortKey() local
1117 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey()
1119 tempkey = key2.getByteArray(keylength); in TestSortKey()
1120 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey()
1122 tempkey = key3.getByteArray(keylength); in TestSortKey()
1123 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey()
1130 tempkey = key1.getByteArray(keylength); in TestSortKey()
1131 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey()
1133 tempkey = key2.getByteArray(keylength); in TestSortKey()
1134 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey()
1136 tempkey = key3.getByteArray(keylength); in TestSortKey()
1137 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey()
1147 tempkey = key1.getByteArray(keylength); in TestSortKey()
1148 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey()
1150 tempkey = key2.getByteArray(keylength); in TestSortKey()
1151 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey()
1153 tempkey = key3.getByteArray(keylength); in TestSortKey()
1154 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey()
1169 tempkey = key2.getByteArray(keylength); in TestSortKey()
1170 doAssert(memcmp(tempkey, key2primary.getAlias(), keylength - 1) == 0, in TestSortKey()
1177 tempkey = key1.getByteArray(keylength); in TestSortKey()
1178 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey()
1180 tempkey = key2.getByteArray(keylength); in TestSortKey()
1181 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey()
1183 tempkey = key3.getByteArray(keylength); in TestSortKey()
1184 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey()
1191 tempkey = key1.getByteArray(keylength); in TestSortKey()
1192 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey()
1194 tempkey = key2.getByteArray(keylength); in TestSortKey()
1195 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey()
1197 tempkey = key3.getByteArray(keylength); in TestSortKey()
1198 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey()
1205 tempkey = key1.getByteArray(keylength); in TestSortKey()
1206 doAssert(memcmp(tempkey, sortkey1, keylength) == 0, in TestSortKey()
1208 tempkey = key2.getByteArray(keylength); in TestSortKey()
1209 doAssert(memcmp(tempkey, sortkey2, keylength) == 0, in TestSortKey()
1211 tempkey = key3.getByteArray(keylength); in TestSortKey()
1212 doAssert(memcmp(tempkey, sortkey3, keylength) == 0, in TestSortKey()
2084 CollationKey tempkey((uint8_t*)temp, length); in getCollationKey() local
2085 key = tempkey; in getCollationKey()