Home
last modified time | relevance | path

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

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