Searched refs:sqlite3_preupdate_new (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h10364 ** The [sqlite3_preupdate_old()], [sqlite3_preupdate_new()],
10385 ** ^The [sqlite3_preupdate_new(D,N,P)] interface writes into P a pointer to
10428 SQLITE_API int sqlite3_preupdate_new(sqlite3 *, int, sqlite3_value **);
H A Dsqlite3.c10677 ** The [sqlite3_preupdate_old()], [sqlite3_preupdate_new()],
10698 ** ^The [sqlite3_preupdate_new(D,N,P)] interface writes into P a pointer to
10741 SQLITE_API int sqlite3_preupdate_new(sqlite3 *, int, sqlite3_value **);
92155 SQLITE_API int sqlite3_preupdate_new(sqlite3 *db, int iIdx, sqlite3_value **ppValue){ function
[all...]
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c3618 rc = sqlite3_preupdate_new(pDb->db, iIdx, &pValue);

Completed in 681 milliseconds