Searched refs:sqlite3_preupdate_old (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()],
10376 ** ^The [sqlite3_preupdate_old(D,N,P)] interface writes into P a pointer to
10425 SQLITE_API int sqlite3_preupdate_old(sqlite3 *, int, sqlite3_value **);
H A Dsqlite3.c10677 ** The [sqlite3_preupdate_old()], [sqlite3_preupdate_new()],
10689 ** ^The [sqlite3_preupdate_old(D,N,P)] interface writes into P a pointer to
10738 SQLITE_API int sqlite3_preupdate_old(sqlite3 *, int, sqlite3_value **);
92030 SQLITE_API int sqlite3_preupdate_old(sqlite3 *db, int iIdx, sqlite3_value **ppValue){ function
[all...]
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c3615 rc = sqlite3_preupdate_old(pDb->db, iIdx, &pValue);

Completed in 522 milliseconds