Lines Matching refs:sqlite3changegroup_add
12675 ** if( rc==SQLITE_OK ) rc = sqlite3changegroup_add(pGrp, nA, pA);
12676 ** if( rc==SQLITE_OK ) rc = sqlite3changegroup_add(pGrp, nB, pB);
12725 ** by calling sqlite3changegroup_add().
12736 ** As well as the regular sqlite3changegroup_add() and
12749 ** sqlite3changegroup_add() is called to add a changeset that is not compatible
12766 ** to sqlite3changegroup_add() have fewer columns than the corresponding table
12855 SQLITE_API int sqlite3changegroup_add(sqlite3_changegroup*, int nData, void *pData);
12863 ** adding the change are just as described for [sqlite3changegroup_add()].
13681 ** this is determined by whether the first call to sqlite3changegroup_add()
13735 ** the table, or sqlite3changegroup_add() with a changeset that contains the
13869 ** existing change in the same way as for sqlite3changegroup_add().
239065 ** Because they have been vetted by sqlite3changegroup_add() or similar,
239690 /* Cannot add a schema after one or more calls to sqlite3changegroup_add(),
239708 SQLITE_API int sqlite3changegroup_add(sqlite3_changegroup *pGrp, int nData, void *pData){
239818 rc = sqlite3changegroup_add(pGrp, nLeft, pLeft);
239821 rc = sqlite3changegroup_add(pGrp, nRight, pRight);