Searched refs:pCellKey (Results 1 – 1 of 1) sorted by relevance
79395 void *pCellKey; local79408 pCellKey = sqlite3Malloc( (u64)nCell+(u64)nOverrun );79409 if( pCellKey==0 ){79414 rc = accessPayload(pCur, 0, nCell, (unsigned char*)pCellKey, 0);79415 memset(((u8*)pCellKey)+nCell,0,nOverrun); /* Fix uninit warnings */79418 sqlite3_free(pCellKey);79421 c = sqlite3VdbeRecordCompare(nCell, pCellKey, pIdxKey);79422 sqlite3_free(pCellKey);