Home
last modified time | relevance | path

Searched refs:sqlite3_changes64 (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/src/
H A Dloadext.c484 sqlite3_changes64,
H A Dsqlite3ext.h669 #define sqlite3_changes64 sqlite3_api->changes64 macro
H A Dmain.c1089 sqlite3_int64 sqlite3_changes64(sqlite3 *db){ in sqlite3_changes64() function
1099 return (int)sqlite3_changes64(db); in sqlite3_changes()
H A Dfunc.c597 sqlite3_result_int64(context, sqlite3_changes64(db)); in changes()
H A Dtclsqlite.c2235 Tcl_SetWideIntObj(pResult, sqlite3_changes64(pDb->db)); in DbObjCmd()
H A Dshell.c.in11029 sqlite3_changes64(p->db), sqlite3_total_changes64(p->db));
H A Dsqlite.h.in2592 sqlite3_int64 sqlite3_changes64(sqlite3*);
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-oo1.js543 ? capi.sqlite3_changes64(p)