Searched refs:sqlite3changegroup_add (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile226 sqlite3changegroup_add.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h11787 ** if( rc==SQLITE_OK ) rc = sqlite3changegroup_add(pGrp, nA, pA);
11788 ** if( rc==SQLITE_OK ) rc = sqlite3changegroup_add(pGrp, nB, pB);
11850 ** by calling sqlite3changegroup_add().
11861 ** As well as the regular sqlite3changegroup_add() and
11874 ** sqlite3changegroup_add() is called to add a changeset that is not compatible
11891 ** to sqlite3changegroup_add() have fewer columns than the corresponding table
11980 SQLITE_API int sqlite3changegroup_add(sqlite3_changegroup*, int nData, void *pData);
H A Dsqlite3.c12100 ** if( rc==SQLITE_OK ) rc = sqlite3changegroup_add(pGrp, nA, pA);
12101 ** if( rc==SQLITE_OK ) rc = sqlite3changegroup_add(pGrp, nB, pB);
12163 ** by calling sqlite3changegroup_add().
12174 ** As well as the regular sqlite3changegroup_add() and
12187 ** sqlite3changegroup_add() is called to add a changeset that is not compatible
12204 ** to sqlite3changegroup_add() have fewer columns than the corresponding table
12293 SQLITE_API int sqlite3changegroup_add(sqlite3_changegroup*, int nData, void *pData);
229014 SQLITE_API int sqlite3changegroup_add(sqlite3_changegroup *pGrp, int nData, void *pData){ function
[all...]

Completed in 617 milliseconds