Home | History | Annotate | Download | only in orig

Lines Matching defs:aRow

18028   const u8 *aRow;         /* Data for the current row, if all on one page */
18030 u32 szRow; /* Byte available in aRow */
80688 pC->aRow = (u8*)pReg->z;
80699 pC->aRow = sqlite3BtreePayloadFetch(pCrsr, &avail);
80710 pC->iHdrOffset = getVarint32(pC->aRow, offset);
80716 /* pC->aRow does not have to hold the entire row, but it does at least
80717 ** need to cover the header of the record. If pC->aRow does not contain
80720 pC->aRow = 0;
80741 zData = pC->aRow;
80756 if( pC->aRow==0 ){
80762 zData = pC->aRow;
80791 if( pC->aRow==0 ) sqlite3VdbeMemRelease(&sMem);
80798 if( pC->aRow==0 ) sqlite3VdbeMemRelease(&sMem);
80833 zData = pC->aRow + aOffset[p2];