Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_io_error_hit

21665 SQLITE_API int sqlite3_io_error_hit = 0;            /* Total number of I/O Errors */
21674 if( (sqlite3_io_error_persist && sqlite3_io_error_hit) \
21679 sqlite3_io_error_hit++;
21687 sqlite3_io_error_hit = 1; \
23195 SQLITE_API int sqlite3_io_error_hit = 0; /* Total number of I/O Errors */
23204 if( (sqlite3_io_error_persist && sqlite3_io_error_hit) \
23209 sqlite3_io_error_hit++;
23217 sqlite3_io_error_hit = 1; \
29644 SQLITE_API int sqlite3_io_error_hit = 0; /* Total number of I/O Errors */
29653 if( (sqlite3_io_error_persist && sqlite3_io_error_hit) \
29658 sqlite3_io_error_hit++;
29666 sqlite3_io_error_hit = 1; \
38341 SQLITE_API extern int sqlite3_io_error_hit;