Lines Matching refs:sqlite3_io_error_pending
22935 SQLITE_API int sqlite3_io_error_pending = 0; /* Count down to first I/O error */ variable
26741 SQLITE_API extern int sqlite3_io_error_pending;
26749 || sqlite3_io_error_pending-- == 1 ) \
33705 SQLITE_API extern int sqlite3_io_error_pending;
33713 || sqlite3_io_error_pending-- == 1 ) \
41561 SQLITE_API extern int sqlite3_io_error_pending;
41569 || sqlite3_io_error_pending-- == 1 ) \
55395 SQLITE_API extern int sqlite3_io_error_pending;
55399 saved_cnt = sqlite3_io_error_pending;
55400 sqlite3_io_error_pending = -1;
55403 sqlite3_io_error_pending = saved_cnt;