Searched refs:pIter2 (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/session/ |
| H A D | sqlite3session.c | 4583 sqlite3_changeset_iter *pIter2 = 0; in sessionRetryConstraints() local 4588 &pIter2, 0, 0, cons.nBuf, cons.aBuf, pApply->bInvertConstraints, 1 in sessionRetryConstraints() 4593 pIter2->bPatchset = bPatchset; in sessionRetryConstraints() 4594 pIter2->zTab = (char*)zTab; in sessionRetryConstraints() 4595 pIter2->nCol = pApply->nCol; in sessionRetryConstraints() 4596 pIter2->abPK = pApply->abPK; in sessionRetryConstraints() 4597 sessionBufferGrow(&pIter2->tblhdr, nByte, &rc); in sessionRetryConstraints() 4598 pIter2->apValue = (sqlite3_value**)pIter2->tblhdr.aBuf; in sessionRetryConstraints() 4599 if( rc==SQLITE_OK ) memset(pIter2->apValue, 0, nByte); in sessionRetryConstraints() 4601 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3changeset_next(pIter2) ){ in sessionRetryConstraints() [all …]
|