Home
last modified time | relevance | path

Searched refs:total_changes (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h142 int (*total_changes)(sqlite3*); member
499 #define sqlite3_total_changes sqlite3_api->total_changes
H A Dsqlite3.c128537 static void total_changes(
130553 VFUNCTION(total_changes, 0, 0, 0, total_changes ),
135614 int (*total_changes)(sqlite3*);
135971 #define sqlite3_total_changes sqlite3_api->total_changes