Searched refs:SQLITE_IGNORE (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/sql/
H A DSQLiteAuthorizer.cpp37 const int SQLAuthIgnore = SQLITE_IGNORE;
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h2175 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2179 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2197 ** and the callback returns [SQLITE_IGNORE] then the
2200 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2204 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
2259 ** Note that SQLITE_IGNORE is also used as a [SQLITE_ROLLBACK | return code]
2263 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
6663 ** value returned is one of [SQLITE_ROLLBACK], [SQLITE_IGNORE], [SQLITE_FAIL],
6677 ** Note that the [SQLITE_IGNORE] constant is also used as a potential
6682 /* #define SQLITE_IGNORE
[all...]
H A Dsqlite3.c2728 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2732 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2750 ** and the callback returns [SQLITE_IGNORE] then the
2753 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2757 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
2812 ** Note that SQLITE_IGNORE is also used as a [SQLITE_ROLLBACK | return code]
2816 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
7216 ** value returned is one of [SQLITE_ROLLBACK], [SQLITE_IGNORE], [SQLITE_FAIL],
7230 ** Note that the [SQLITE_IGNORE] constant is also used as a potential
7235 /* #define SQLITE_IGNORE
[all...]

Completed in 810 milliseconds