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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c20190 ** assert( X || CORRUPT_DB );
20192 ** CORRUPT_DB is true during normal operation. CORRUPT_DB does not indicate
20194 ** For most test cases, CORRUPT_DB is set to false using a special
20198 #define CORRUPT_DB (sqlite3Config.neverCorrupt==0) macro
[all...]

Completed in 417 milliseconds