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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c22457 SQLITE_API int sqlite3_io_error_pending = 0; /* Count down to first I/O error */ local
22465 || sqlite3_io_error_pending-- == 1 ) \
24799 SQLITE_API int sqlite3_io_error_pending = 0; /* Count down to first I/O error */ local
24807 || sqlite3_io_error_pending-- == 1 ) \
31576 SQLITE_API int sqlite3_io_error_pending = 0; /* Count down to first I/O error */ local
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c19716 SQLITE_API int sqlite3_io_error_pending = 0; /* Count down to first I/O error */ variable
23312 SQLITE_API extern int sqlite3_io_error_pending;
23320 || sqlite3_io_error_pending-- == 1 ) \
[all...]

Completed in 556 milliseconds