Home
last modified time | relevance | path

Searched refs:sqlite3_io_error_hit (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dos_common.h61 extern int sqlite3_io_error_hit;
70 if( (sqlite3_io_error_persist && sqlite3_io_error_hit) \
75 sqlite3_io_error_hit++; in local_ioerr()
83 sqlite3_io_error_hit = 1; \
H A Dtest_journal.c221 extern int sqlite3_io_error_hit;
224 *piSave2 = sqlite3_io_error_hit; in stop_ioerr_simulation()
226 sqlite3_io_error_hit = 0; in stop_ioerr_simulation()
230 sqlite3_io_error_hit = iSave2; in start_ioerr_simulation()
H A Dtest2.c700 extern int sqlite3_io_error_hit; in Sqlitetest2_Init()
740 (char*)&sqlite3_io_error_hit, TCL_LINK_INT); in Sqlitetest2_Init()
H A Dos.c24 int sqlite3_io_error_hit = 0; /* Total number of I/O Errors */ variable
H A Dpager.c3797 extern int sqlite3_io_error_hit;
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dos_common.h61 extern int sqlite3_io_error_hit;
70 if( (sqlite3_io_error_persist && sqlite3_io_error_hit) \
75 sqlite3_io_error_hit++; in local_ioerr()
83 sqlite3_io_error_hit = 1; \
H A Dtest_journal.c221 extern int sqlite3_io_error_hit;
224 *piSave2 = sqlite3_io_error_hit; in stop_ioerr_simulation()
226 sqlite3_io_error_hit = 0; in stop_ioerr_simulation()
230 sqlite3_io_error_hit = iSave2; in start_ioerr_simulation()
H A Dtest2.c700 extern int sqlite3_io_error_hit; in Sqlitetest2_Init()
740 (char*)&sqlite3_io_error_hit, TCL_LINK_INT); in Sqlitetest2_Init()
H A Dos.c24 int sqlite3_io_error_hit = 0; /* Total number of I/O Errors */ variable
H A Dpager.c3815 extern int sqlite3_io_error_hit;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dos_common.h61 extern int sqlite3_io_error_hit;
70 if( (sqlite3_io_error_persist && sqlite3_io_error_hit) \
75 sqlite3_io_error_hit++; in local_ioerr()
83 sqlite3_io_error_hit = 1; \
H A Dtest_journal.c221 extern int sqlite3_io_error_hit;
224 *piSave2 = sqlite3_io_error_hit; in stop_ioerr_simulation()
226 sqlite3_io_error_hit = 0; in stop_ioerr_simulation()
230 sqlite3_io_error_hit = iSave2; in start_ioerr_simulation()
H A Dtest2.c700 extern int sqlite3_io_error_hit; in Sqlitetest2_Init()
740 (char*)&sqlite3_io_error_hit, TCL_LINK_INT); in Sqlitetest2_Init()
H A Dos.c24 int sqlite3_io_error_hit = 0; /* Total number of I/O Errors */ variable
H A Dpager.c3869 extern int sqlite3_io_error_hit;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dos_common.h61 extern int sqlite3_io_error_hit;
70 if( (sqlite3_io_error_persist && sqlite3_io_error_hit) \
75 sqlite3_io_error_hit++; in local_ioerr()
83 sqlite3_io_error_hit = 1; \
H A Dtest_journal.c221 extern int sqlite3_io_error_hit;
224 *piSave2 = sqlite3_io_error_hit; in stop_ioerr_simulation()
226 sqlite3_io_error_hit = 0; in stop_ioerr_simulation()
230 sqlite3_io_error_hit = iSave2; in start_ioerr_simulation()
H A Dtest2.c700 extern int sqlite3_io_error_hit; in Sqlitetest2_Init()
740 (char*)&sqlite3_io_error_hit, TCL_LINK_INT); in Sqlitetest2_Init()
H A Dos.c24 int sqlite3_io_error_hit = 0; /* Total number of I/O Errors */ variable
H A Dpager.c3793 extern int sqlite3_io_error_hit;
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dos_common.h68 int sqlite3_io_error_hit = 0; /* Total number of I/O Errors */ variable
77 if( (sqlite3_io_error_persist && sqlite3_io_error_hit) \
82 sqlite3_io_error_hit++; in local_ioerr()
90 sqlite3_io_error_hit = 1; \
H A Dtest_journal.c222 extern int sqlite3_io_error_hit;
225 *piSave2 = sqlite3_io_error_hit; in stop_ioerr_simulation()
227 sqlite3_io_error_hit = 0; in stop_ioerr_simulation()
231 sqlite3_io_error_hit = iSave2; in start_ioerr_simulation()
/dports/databases/db5/db-5.3.28/lang/sql/adapter/sqlite-patches/
H A D02_sqlite_test.patch603 - extern int sqlite3_io_error_hit;
659 - (char*)&sqlite3_io_error_hit, TCL_LINK_INT);
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c19406 SQLITE_API int sqlite3_io_error_hit = 0; /* Total number of I/O Errors */
19415 if( (sqlite3_io_error_persist && sqlite3_io_error_hit) \
19420 sqlite3_io_error_hit++;
19428 sqlite3_io_error_hit = 1; \
20931 if( (sqlite3_io_error_persist && sqlite3_io_error_hit) \
20936 sqlite3_io_error_hit++;
20944 sqlite3_io_error_hit = 1; \
26138 if( (sqlite3_io_error_persist && sqlite3_io_error_hit) \
26143 sqlite3_io_error_hit++;
26151 sqlite3_io_error_hit = 1; \
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c15532 SQLITE_API int sqlite3_io_error_hit = 0; /* Total number of I/O Errors */
15541 if( (sqlite3_io_error_persist && sqlite3_io_error_hit) \
15546 sqlite3_io_error_hit++;
15554 sqlite3_io_error_hit = 1; \
17139 if( (sqlite3_io_error_persist && sqlite3_io_error_hit) \
17144 sqlite3_io_error_hit++;
17152 sqlite3_io_error_hit = 1; \
23841 if( (sqlite3_io_error_persist && sqlite3_io_error_hit) \
23846 sqlite3_io_error_hit++;
23854 sqlite3_io_error_hit = 1; \
[all …]

12345678