Searched refs:pPgnoOut (Results 1 – 1 of 1) sorted by relevance
9328 u8 *pPgnoOut = 0; in sqlite3BtreeTransferRow() local9337 pPgnoOut = &aOut[nOut]; in sqlite3BtreeTransferRow()9373 if( rc==SQLITE_OK && nRem>0 && ALWAYS(pPgnoOut) ){ in sqlite3BtreeTransferRow()9377 put4byte(pPgnoOut, pgnoNew); in sqlite3BtreeTransferRow()9384 pPgnoOut = pPageOut->aData; in sqlite3BtreeTransferRow()9385 put4byte(pPgnoOut, 0); in sqlite3BtreeTransferRow()9386 aOut = &pPgnoOut[4]; in sqlite3BtreeTransferRow()