Home | History | Annotate | Download | only in orig

Lines Matching refs:SQLITE_NOTADB

722 #define SQLITE_NOTADB      26   /* File opened that is not a database file */
62130 rc = SQLITE_NOTADB;
62173 rc = SQLITE_NOTADB;
141988 case SQLITE_NOTADB: zName = "SQLITE_NOTADB"; break;
142040 /* SQLITE_NOTADB */ "file is encrypted or is not a database",