Home
last modified time | relevance | path

Searched refs:sqlite3_io_error_pending (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/src/
H A Dos_common.h63 extern int sqlite3_io_error_pending;
71 || sqlite3_io_error_pending-- == 1 ) \
H A Dtest_journal.c220 extern int sqlite3_io_error_pending;
223 *piSave = sqlite3_io_error_pending; in stop_ioerr_simulation()
225 sqlite3_io_error_pending = -1; in stop_ioerr_simulation()
229 sqlite3_io_error_pending = iSave; in start_ioerr_simulation()
H A Dtest_osinst.c619 extern int sqlite3_io_error_pending; in vfslog_flush()
623 int pending = sqlite3_io_error_pending; in vfslog_flush()
627 sqlite3_io_error_pending = 0; in vfslog_flush()
639 sqlite3_io_error_pending = pending; in vfslog_flush()
H A Dtest2.c707 extern int sqlite3_io_error_pending; in Sqlitetest2_Init()
744 (char*)&sqlite3_io_error_pending, TCL_LINK_INT); in Sqlitetest2_Init()
H A Dos.c26 int sqlite3_io_error_pending = 0; /* Count down to first I/O error */ variable
H A Dpager.c3804 extern int sqlite3_io_error_pending;
3808 saved_cnt = sqlite3_io_error_pending; in disable_simulated_io_errors()
3809 sqlite3_io_error_pending = -1; in disable_simulated_io_errors()
3812 sqlite3_io_error_pending = saved_cnt; in enable_simulated_io_errors()