Lines Matching refs:sqlite3_io_error_hit
22455 SQLITE_API int sqlite3_io_error_hit = 0; /* Total number of I/O Errors */
22464 if( (sqlite3_io_error_persist && sqlite3_io_error_hit) \
22469 sqlite3_io_error_hit++;
22477 sqlite3_io_error_hit = 1; \
24797 SQLITE_API int sqlite3_io_error_hit = 0; /* Total number of I/O Errors */
24806 if( (sqlite3_io_error_persist && sqlite3_io_error_hit) \
24811 sqlite3_io_error_hit++;
24819 sqlite3_io_error_hit = 1; \
31574 SQLITE_API int sqlite3_io_error_hit = 0; /* Total number of I/O Errors */
31583 if( (sqlite3_io_error_persist && sqlite3_io_error_hit) \
31588 sqlite3_io_error_hit++;
31596 sqlite3_io_error_hit = 1; \
41092 SQLITE_API extern int sqlite3_io_error_hit;