Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c79276 void *pCellKey; local
79289 pCellKey = sqlite3Malloc( (u64)nCell+(u64)nOverrun );
79290 if( pCellKey==0 ){
79295 rc = accessPayload(pCur, 0, nCell, (unsigned char*)pCellKey, 0);
79296 memset(((u8*)pCellKey)+nCell,0,nOverrun); /* Fix uninit warnings */
79299 sqlite3_free(pCellKey);
79302 c = sqlite3VdbeRecordCompare(nCell, pCellKey, pIdxKey);
79303 sqlite3_free(pCellKey);