Searched refs:pIter2 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 238530 sqlite3_changeset_iter *pIter2 = 0; local 238535 &pIter2, 0, 0, cons.nBuf, cons.aBuf, pApply->bInvertConstraints, 1 238540 pIter2->bPatchset = bPatchset; 238541 pIter2->zTab = (char*)zTab; 238542 pIter2->nCol = pApply->nCol; 238543 pIter2->abPK = pApply->abPK; 238544 sessionBufferGrow(&pIter2->tblhdr, nByte, &rc); 238545 pIter2->apValue = (sqlite3_value**)pIter2->tblhdr.aBuf; 238546 if( rc==SQLITE_OK ) memset(pIter2->apValue, 0, nByte); 238548 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3changeset_next(pIter2) ){ [all …]
|