Searched refs:sqlite3_io_error_pending (Results 1 – 1 of 1) sorted by relevance
22988 SQLITE_API extern int sqlite3_io_error_pending;22996 || sqlite3_io_error_pending-- == 1 ) \27317 SQLITE_API int sqlite3_io_error_pending = 0; /* Count down to first I/O error */ variable63549 SQLITE_API extern int sqlite3_io_error_pending;63553 saved_cnt = sqlite3_io_error_pending;63554 sqlite3_io_error_pending = -1;63557 sqlite3_io_error_pending = saved_cnt;