Searched refs:SQLITE_NOTADB (Results 1 – 16 of 16) sorted by relevance
90 super::SQLITE_NOTADB => ErrorCode::NotADatabase, in new()222 super::SQLITE_NOTADB => "File opened that is not a database file", in code_to_str()
43 public static final int SQLITE_NOTADB = 26; /* File opened that is not a database file */ field in Constants
45 case SQLITE_NOTADB: // File opened that is not a database file in GetTfErrorCode()
749 case SQLiteConstants.SQLITE_NOTADB: // fall through
888 case SQLiteConstants.SQLITE_NOTADB: // fall through
448 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
33 pub const SQLITE_NOTADB: i32 = 26; constant
1511 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro68080 rc = SQLITE_NOTADB;68123 rc = SQLITE_NOTADB;165593 case SQLITE_NOTADB: zName = "SQLITE_NOTADB"; break;
1487 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro67443 rc = SQLITE_NOTADB;67486 rc = SQLITE_NOTADB;161835 case SQLITE_NOTADB: zName = "SQLITE_NOTADB"; break;
1487 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro67427 rc = SQLITE_NOTADB;67470 rc = SQLITE_NOTADB;161819 case SQLITE_NOTADB: zName = "SQLITE_NOTADB"; break;
32 pub const SQLITE_NOTADB: i32 = 26; constant
34 pub const SQLITE_NOTADB: i32 = 26; constant