Searched refs:sqlite3_fullsync_count (Results 1 – 3 of 3) sorted by relevance
2992 int sqlite3_fullsync_count = 0; variable3035 sqlite3_fullsync_count++;
3553 int sqlite3_fullsync_count = 0; variable3625 if( fullSync ) sqlite3_fullsync_count++; in full_fsync()
8816 extern int sqlite3_sync_count, sqlite3_fullsync_count; in Sqlitetest1_Init()8920 (char*)&sqlite3_fullsync_count, TCL_LINK_INT); in Sqlitetest1_Init()