Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h10911 SQLITE_API int sqlite3_preupdate_old(sqlite3 *, int, sqlite3_value **);
H A Dsqlite3.c11232 SQLITE_API int sqlite3_preupdate_old(sqlite3 *, int, sqlite3_value **);
95739 SQLITE_API int sqlite3_preupdate_old(sqlite3 *db, int iIdx, sqlite3_value **ppValue){ function
235326 return sqlite3_preupdate_old((sqlite3*)pCtx, iVal, ppVal);
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c4118 rc = sqlite3_preupdate_old(pDb->db, iIdx, &pValue); in DbObjCmd()