Searched refs:nRebase (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/session/ |
| H A D | test_session.c | 776 int nRebase = 0; in testSqlite3changesetApply() local 833 &pRebase, &nRebase, flags in testSqlite3changesetApply() 848 &pRebase, &nRebase, flags in testSqlite3changesetApply() 858 Tcl_SetObjResult(interp, Tcl_NewByteArrayObj(pRebase, nRebase)); in testSqlite3changesetApply() 1210 int nRebase = 0; in test_rebaser_cmd() local 1211 unsigned char *pRebase = Tcl_GetByteArrayFromObj(objv[2], &nRebase); in test_rebaser_cmd() 1212 rc = sqlite3rebaser_configure(p, nRebase, pRebase); in test_rebaser_cmd()
|
| H A D | sqlite3session.h | 1468 int nRebase, const void *pRebase
|
| H A D | sqlite3session.c | 5721 int nRebase, const void *pRebase in sqlite3rebaser_configure() argument 5725 rc = sqlite3changeset_start(&pIter, nRebase, (void*)pRebase); in sqlite3rebaser_configure()
|