Searched refs:sqlite3_io_error_pending (Results 1 – 1 of 1) sorted by relevance
22306 SQLITE_API extern int sqlite3_io_error_pending;22314 || sqlite3_io_error_pending-- == 1 ) \26562 SQLITE_API int sqlite3_io_error_pending = 0; /* Count down to first I/O error */ variable61911 SQLITE_API extern int sqlite3_io_error_pending;61915 saved_cnt = sqlite3_io_error_pending;61916 sqlite3_io_error_pending = -1;61919 sqlite3_io_error_pending = saved_cnt;