Home
last modified time | relevance | path

Searched refs:pRebase (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/session/
H A Dtest_session.c775 void *pRebase = 0; in testSqlite3changesetApply() local
833 &pRebase, &nRebase, flags in testSqlite3changesetApply()
848 &pRebase, &nRebase, flags in testSqlite3changesetApply()
857 if( bV2 && pRebase ){ in testSqlite3changesetApply()
858 Tcl_SetObjResult(interp, Tcl_NewByteArrayObj(pRebase, nRebase)); in testSqlite3changesetApply()
861 sqlite3_free(pRebase); in testSqlite3changesetApply()
1211 unsigned char *pRebase = Tcl_GetByteArrayFromObj(objv[2], &nRebase); in test_rebaser_cmd() local
1212 rc = sqlite3rebaser_configure(p, nRebase, pRebase); in test_rebaser_cmd()
H A Dsqlite3session.h1468 int nRebase, const void *pRebase
H A Dsqlite3session.c5721 int nRebase, const void *pRebase in sqlite3rebaser_configure() argument
5725 rc = sqlite3changeset_start(&pIter, nRebase, (void*)pRebase); in sqlite3rebaser_configure()