Searched refs:sqlite3_total_changes64 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h677 #define sqlite3_total_changes64 sqlite3_api->total_changes64 macro
H A Dsqlite3.h2700 SQLITE_API sqlite3_int64 sqlite3_total_changes64(sqlite3*);
H A Dsqlite3.c3013 SQLITE_API sqlite3_int64 sqlite3_total_changes64(sqlite3*);
136149 #define sqlite3_total_changes64 macro
179303 SQLITE_API sqlite3_int64 sqlite3_total_changes64(sqlite3 *db){ function
[all...]
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c3323 Tcl_SetWideIntObj(pResult, sqlite3_total_changes64(pDb->db));

Completed in 1016 milliseconds