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

/macosx-10.10/WebCore-7600.1.25/platform/sql/
H A DSQLiteDatabase.cpp49 const int SQLResultConstraint = SQLITE_CONSTRAINT;
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h401 #define SQLITE_CONSTRAINT 19 /* Abort due to constraint violation */ macro
6631 ** a call to the [xUpdate] method returns [SQLITE_CONSTRAINT], then the entire
6637 ** that if [xUpdate] returns [SQLITE_CONSTRAINT], it will do so before
6643 ** [SQLITE_CONSTRAINT], SQLite handles this as if the ON CONFLICT mode
6652 ** SQLITE_CONSTRAINT, in which case SQLite falls back to OR ABORT
H A Dsqlite3.c954 #define SQLITE_CONSTRAINT 19 /* Abort due to constraint violation */ macro
7184 ** a call to the [xUpdate] method returns [SQLITE_CONSTRAINT], then the entire
7190 ** that if [xUpdate] returns [SQLITE_CONSTRAINT], it will do so before
7196 ** [SQLITE_CONSTRAINT], SQLite handles this as if the ON CONFLICT mode
7205 ** SQLITE_CONSTRAINT, in which case SQLite falls back to OR ABORT
[all...]
/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dauthdb.c346 } else if (SQLITE_CONSTRAINT == rc || SQLITE_READONLY == rc) {
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecDbItem.c1262 if (!ok && localError && CFErrorGetCode(localError) == SQLITE_CONSTRAINT && CFEqual(kSecDbErrorDomain, CFErrorGetDomain(localError))) {
1457 if(CFErrorGetCode(localError) == SQLITE_CONSTRAINT && CFEqual(kSecDbErrorDomain, CFErrorGetDomain(localError))) {
H A DSecItemDb.c224 if (CFEqual(CFErrorGetDomain(*error), kSecDbErrorDomain) && CFErrorGetCode(*error) == SQLITE_CONSTRAINT) {
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecItem.c111 case SQLITE_CONSTRAINT:

Completed in 427 milliseconds