Searched refs:pPKey2 (Results 1 – 1 of 1) sorted by relevance
92175 const UnpackedRecord *pPKey2, /* Right key */ argument92187 pKeyInfo = pPKey2->pKeyInfo;92206 assert( pKeyInfo->nAllField>=pPKey2->nField || CORRUPT_DB );92244 rc = sqlite3MemCompare(&mem1, &pPKey2->aMem[i],92249 && ((mem1.flags & MEM_Null) || (pPKey2->aMem[i].flags & MEM_Null))92259 }while( idx1<szHdr1 && i<pPKey2->nField );92270 rc = pPKey2->default_rc;92609 UnpackedRecord *pPKey2, /* Right key */ argument92617 Mem *pRhs = pPKey2->aMem; /* Next field of pPKey2 to compare */92646 pPKey2->errCode = (u8)SQLITE_CORRUPT_BKPT;[all …]