Home
last modified time | relevance | path

Searched refs:aRow (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c14601 const u8 *aRow; /* Data for the current row, if all on one page */ member
73176 pC->aRow = (u8*)pReg->z;
73191 pC->aRow = sqlite3BtreeKeyFetch(pCrsr, &avail);
73197 pC->aRow = sqlite3BtreeDataFetch(pCrsr, &avail);
73210 pC->iHdrOffset = getVarint32(pC->aRow, offset);
73233 pC->aRow = 0;
73255 if( pC->aRow==0 ){
73264 zData = pC->aRow;
73292 if( pC->aRow==0 ){
73339 sqlite3VdbeSerialGet(pC->aRow+aOffset[p2], t, pDest);

Completed in 279 milliseconds