Home
last modified time | relevance | path

Searched defs:SQLITE_CORRUPT (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d124 SQLITE_CORRUPT = 11, /** The database disk image is malformed */ enumerator
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h456 #define SQLITE_CORRUPT 11 /* The database disk image is malformed */ macro
H A Dsqlite3.c769 #define SQLITE_CORRUPT 11 /* The database disk image is malformed */ macro