Searched refs:sqlite3_io_error_pending (Results 1 – 1 of 1) sorted by relevance
21752 SQLITE_API extern int sqlite3_io_error_pending;21760 || sqlite3_io_error_pending-- == 1 ) \25784 SQLITE_API int sqlite3_io_error_pending = 0; /* Count down to first I/O error */ variable60593 SQLITE_API extern int sqlite3_io_error_pending;60597 saved_cnt = sqlite3_io_error_pending;60598 sqlite3_io_error_pending = -1;60601 sqlite3_io_error_pending = saved_cnt;