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

/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dcs.cpp54 case SQLITE_NOTADB:
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dcs.cpp54 case SQLITE_NOTADB:
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A DSecDb.c293 dbconn->isCorrupted = (SQLITE_CORRUPT == code) || (SQLITE_NOTADB == code) || (SQLITE_IOERR == code) || (SQLITE_CANTOPEN == code);
796 dbconn->isCorrupted = (SQLITE_CORRUPT == code) || (SQLITE_NOTADB == code) || (SQLITE_IOERR == code) || (SQLITE_CANTOPEN == code);
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A DSecDb.c293 dbconn->isCorrupted = (SQLITE_CORRUPT == code) || (SQLITE_NOTADB == code) || (SQLITE_IOERR == code) || (SQLITE_CANTOPEN == code);
796 dbconn->isCorrupted = (SQLITE_CORRUPT == code) || (SQLITE_NOTADB == code) || (SQLITE_IOERR == code) || (SQLITE_CANTOPEN == code);
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.h408 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
H A Dsqlite3.c961 #define SQLITE_NOTADB 26 /* File opened that is not a database file */ macro
[all...]
/macosx-10.9.5/Security-55471.14.18/authd/
H A Dauthdb.c340 bool isCorrupt = (SQLITE_CORRUPT == rc) || (SQLITE_NOTADB == rc) || (SQLITE_IOERR == rc);

Completed in 405 milliseconds