Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c23141 const u8 *aRow; /* Data for the current row, if all on one page */ member
95555 pC->aRow = (u8*)pReg->z;
95583 pC->aRow = sqlite3BtreePayloadFetch(pCrsr, &pC->szRow);
95588 if( (aOffset[0] = pC->aRow[0])<0x80 ){
95591 pC->iHdrOffset = sqlite3GetVarint32(pC->aRow, aOffset);
95600 pC->aRow = 0;
95629 zData = pC->aRow;
95649 if( pC->aRow==0 ){
95655 zData = pC->aRow;
95689 if( pC->aRow==0 ) sqlite3VdbeMemRelease(&sMem);
[all …]