Searched refs:aRow (Results 1 – 1 of 1) sorted by relevance
24400 const u8 *aRow; /* Data for the current row, if all on one page */ member99621 pC->aRow = (u8*)pReg->z;99649 pC->aRow = sqlite3BtreePayloadFetch(pCrsr, &pC->szRow);99654 if( (aOffset[0] = pC->aRow[0])<0x80 ){99657 pC->iHdrOffset = sqlite3GetVarint32(pC->aRow, aOffset);99666 pC->aRow = 0;99695 zData = pC->aRow;99715 if( pC->aRow==0 ){99721 zData = pC->aRow;99755 if( pC->aRow==0 ) sqlite3VdbeMemRelease(&sMem);[all …]