Home
last modified time | relevance | path

Searched refs:sqlite3_io_error_hit (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dos_common.h61 extern int sqlite3_io_error_hit;
70 if( (sqlite3_io_error_persist && sqlite3_io_error_hit) \
75 sqlite3_io_error_hit++; in local_ioerr()
83 sqlite3_io_error_hit = 1; \
H A Dtest_journal.c221 extern int sqlite3_io_error_hit;
224 *piSave2 = sqlite3_io_error_hit; in stop_ioerr_simulation()
226 sqlite3_io_error_hit = 0; in stop_ioerr_simulation()
230 sqlite3_io_error_hit = iSave2; in start_ioerr_simulation()
H A Dtest2.c708 extern int sqlite3_io_error_hit; in Sqlitetest2_Init()
748 (char*)&sqlite3_io_error_hit, TCL_LINK_INT); in Sqlitetest2_Init()
H A Dos.c24 int sqlite3_io_error_hit = 0; /* Total number of I/O Errors */ variable
H A Dpager.c3805 extern int sqlite3_io_error_hit;