HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3changegroup_add (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/man/
Makefile 233 sqlite3changegroup_add.3 \
  /src/external/public-domain/sqlite/dist/
sqlite3.h 12354 ** if( rc==SQLITE_OK ) rc = sqlite3changegroup_add(pGrp, nA, pA);
12355 ** if( rc==SQLITE_OK ) rc = sqlite3changegroup_add(pGrp, nB, pB);
12404 ** by calling sqlite3changegroup_add().
12415 ** As well as the regular sqlite3changegroup_add() and
12428 ** sqlite3changegroup_add() is called to add a changeset that is not compatible
12445 ** to sqlite3changegroup_add() have fewer columns than the corresponding table
12534 SQLITE_API int sqlite3changegroup_add(sqlite3_changegroup*, int nData, void *pData);
12542 ** adding the change are just as described for [sqlite3changegroup_add()].
13360 ** this is determined by whether the first call to sqlite3changegroup_add()
13414 ** the table, or sqlite3changegroup_add() with a changeset that contains th
    [all...]
sqlite3.c 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 th
239708 SQLITE_API int sqlite3changegroup_add(sqlite3_changegroup *pGrp, int nData, void *pData){ function
    [all...]

Completed in 90 milliseconds