Searched refs:aRow (Results 1 – 1 of 1) sorted by relevance
24370 const u8 *aRow; /* Data for the current row, if all on one page */ member99463 pC->aRow = (u8*)pReg->z;99491 pC->aRow = sqlite3BtreePayloadFetch(pCrsr, &pC->szRow);99496 if( (aOffset[0] = pC->aRow[0])<0x80 ){99499 pC->iHdrOffset = sqlite3GetVarint32(pC->aRow, aOffset);99508 pC->aRow = 0;99537 zData = pC->aRow;99557 if( pC->aRow==0 ){99563 zData = pC->aRow;99597 if( pC->aRow==0 ) sqlite3VdbeMemRelease(&sMem);[all …]