Home
last modified time | relevance | path

Searched refs:sqlite3_preupdate_new (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/test/
H A Dhook.test726 # by the sqlite3_preupdate_old() and sqlite3_preupdate_new() functions.
/sqlite-3.40.0/src/
H A Dvdbeapi.c2033 int sqlite3_preupdate_new(sqlite3 *db, int iIdx, sqlite3_value **ppValue){ in sqlite3_preupdate_new() function
H A Dtclsqlite.c3591 rc = sqlite3_preupdate_new(pDb->db, iIdx, &pValue); in DbObjCmd()
H A Dtest1.c4015 sqlite3_preupdate_new(db, bidx, &pVal); in test_bind_value_from_preupdate()
H A Dsqlite.h.in10059 ** The [sqlite3_preupdate_old()], [sqlite3_preupdate_new()],
10080 ** ^The [sqlite3_preupdate_new(D,N,P)] interface writes into P a pointer to
10123 int sqlite3_preupdate_new(sqlite3 *, int, sqlite3_value **);
/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c1531 return sqlite3_preupdate_new((sqlite3*)pCtx, iVal, ppVal); in sessionPreupdateNew()