Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_win.c2992 int sqlite3_fullsync_count = 0; variable
3035 sqlite3_fullsync_count++;
H A Dos_unix.c3553 int sqlite3_fullsync_count = 0; variable
3625 if( fullSync ) sqlite3_fullsync_count++; in full_fsync()
H A Dtest1.c8816 extern int sqlite3_sync_count, sqlite3_fullsync_count; in Sqlitetest1_Init()
8920 (char*)&sqlite3_fullsync_count, TCL_LINK_INT); in Sqlitetest1_Init()