Searched refs:aRow (Results 1 – 1 of 1) sorted by relevance
23709 const u8 *aRow; /* Data for the current row, if all on one page */ member97319 pC->aRow = (u8*)pReg->z;97347 pC->aRow = sqlite3BtreePayloadFetch(pCrsr, &pC->szRow);97352 if( (aOffset[0] = pC->aRow[0])<0x80 ){97355 pC->iHdrOffset = sqlite3GetVarint32(pC->aRow, aOffset);97364 pC->aRow = 0;97393 zData = pC->aRow;97413 if( pC->aRow==0 ){97419 zData = pC->aRow;97453 if( pC->aRow==0 ) sqlite3VdbeMemRelease(&sMem);[all …]