Home
last modified time | relevance | path

Searched refs:pCellKey (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c77655 void *pCellKey; local
77668 pCellKey = sqlite3Malloc( (u64)nCell+(u64)nOverrun );
77669 if( pCellKey==0 ){
77674 rc = accessPayload(pCur, 0, nCell, (unsigned char*)pCellKey, 0);
77675 memset(((u8*)pCellKey)+nCell,0,nOverrun); /* Fix uninit warnings */
77678 sqlite3_free(pCellKey);
77681 c = sqlite3VdbeRecordCompare(nCell, pCellKey, pIdxKey);
77682 sqlite3_free(pCellKey);