Searched refs:pPKey2 (Results 1 – 1 of 1) sorted by relevance
92023 const UnpackedRecord *pPKey2, /* Right key */ argument92035 pKeyInfo = pPKey2->pKeyInfo;92054 assert( pKeyInfo->nAllField>=pPKey2->nField || CORRUPT_DB );92092 rc = sqlite3MemCompare(&mem1, &pPKey2->aMem[i],92097 && ((mem1.flags & MEM_Null) || (pPKey2->aMem[i].flags & MEM_Null))92107 }while( idx1<szHdr1 && i<pPKey2->nField );92118 rc = pPKey2->default_rc;92457 UnpackedRecord *pPKey2, /* Right key */ argument92465 Mem *pRhs = pPKey2->aMem; /* Next field of pPKey2 to compare */92494 pPKey2->errCode = (u8)SQLITE_CORRUPT_BKPT;[all …]