Lines Matching defs:aRow
22532 const u8 *aRow; /* Data for the current row, if all on one page */
22534 u32 szRow; /* Byte available in aRow */
93210 pC->aRow = (u8*)pReg->z;
93238 pC->aRow = sqlite3BtreePayloadFetch(pCrsr, &pC->szRow);
93243 if( (aOffset[0] = pC->aRow[0])<0x80 ){
93246 pC->iHdrOffset = sqlite3GetVarint32(pC->aRow, aOffset);
93251 /* pC->aRow does not have to hold the entire row, but it does at least
93252 ** need to cover the header of the record. If pC->aRow does not contain
93255 pC->aRow = 0;
93284 zData = pC->aRow;
93304 if( pC->aRow==0 ){
93310 zData = pC->aRow;
93344 if( pC->aRow==0 ) sqlite3VdbeMemRelease(&sMem);
93351 if( pC->aRow==0 ) sqlite3VdbeMemRelease(&sMem);
93390 zData = pC->aRow + aOffset[p2];