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

/freebsd-10-stable/crypto/heimdal/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...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c19714 SQLITE_API int sqlite3_io_error_hit = 0; /* Total number of I/O Errors */ variable
23310 SQLITE_API extern int sqlite3_io_error_hit;
23319 if( (sqlite3_io_error_persist && sqlite3_io_error_hit) \
23324 sqlite3_io_error_hit++;
23332 sqlite3_io_error_hit = 1; \
[all...]

Completed in 665 milliseconds