Searched refs:sqlite3_preupdate_new (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | hook.test | 726 # by the sqlite3_preupdate_old() and sqlite3_preupdate_new() functions.
|
| /sqlite-3.40.0/src/ |
| H A D | vdbeapi.c | 2033 int sqlite3_preupdate_new(sqlite3 *db, int iIdx, sqlite3_value **ppValue){ in sqlite3_preupdate_new() function
|
| H A D | tclsqlite.c | 3591 rc = sqlite3_preupdate_new(pDb->db, iIdx, &pValue); in DbObjCmd()
|
| H A D | test1.c | 4015 sqlite3_preupdate_new(db, bidx, &pVal); in test_bind_value_from_preupdate()
|
| H A D | sqlite.h.in | 10059 ** 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 D | sqlite3session.c | 1531 return sqlite3_preupdate_new((sqlite3*)pCtx, iVal, ppVal); in sessionPreupdateNew()
|