Searched refs:sqlite3_io_error_pending (Results 1 – 6 of 6) sorted by relevance
63 extern int sqlite3_io_error_pending;71 || sqlite3_io_error_pending-- == 1 ) \
220 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()
619 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()
707 extern int sqlite3_io_error_pending; in Sqlitetest2_Init()744 (char*)&sqlite3_io_error_pending, TCL_LINK_INT); in Sqlitetest2_Init()
26 int sqlite3_io_error_pending = 0; /* Count down to first I/O error */ variable
3804 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()