Searched refs:sqlite3_io_error_hit (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c22455 SQLITE_API int sqlite3_io_error_hit = 0; /* Total number of I/O Errors */ local
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 */ local
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 */ local
[all...]

Completed in 436 milliseconds