Searched refs:sqlite3_io_error_pending (Results 1 – 1 of 1) sorted by relevance
22958 SQLITE_API extern int sqlite3_io_error_pending;22966 || sqlite3_io_error_pending-- == 1 ) \27287 SQLITE_API int sqlite3_io_error_pending = 0; /* Count down to first I/O error */ variable63454 SQLITE_API extern int sqlite3_io_error_pending;63458 saved_cnt = sqlite3_io_error_pending;63459 sqlite3_io_error_pending = -1;63462 sqlite3_io_error_pending = saved_cnt;