Searched refs:sqlite3_io_error_pending (Results 1 – 1 of 1) sorted by relevance
21834 SQLITE_API extern int sqlite3_io_error_pending;21842 || sqlite3_io_error_pending-- == 1 ) \26063 SQLITE_API int sqlite3_io_error_pending = 0; /* Count down to first I/O error */ variable60952 SQLITE_API extern int sqlite3_io_error_pending;60956 saved_cnt = sqlite3_io_error_pending;60957 sqlite3_io_error_pending = -1;60960 sqlite3_io_error_pending = saved_cnt;