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

/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteAuthorizer.cpp38 const int SQLAuthIgnore = SQLITE_IGNORE;
/external/javasqlite/src/main/java/SQLite/
H A DConstants.java104 public static final int SQLITE_IGNORE = 2; /* Don't allow access, but don't generate an error */ field in class:Constants
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h1771 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
1775 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
1784 ** and the callback returns [SQLITE_IGNORE] then the
1787 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
1853 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
/external/sqlite/dist/orig/
H A Dsqlite3.h2249 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2253 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2271 ** and the callback returns [SQLITE_IGNORE] then the
2274 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2278 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
2333 ** Note that SQLITE_IGNORE is also used as a [SQLITE_ROLLBACK | return code]
2337 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
6905 ** value returned is one of [SQLITE_ROLLBACK], [SQLITE_IGNORE], [SQLITE_FAIL],
6919 ** Note that the [SQLITE_IGNORE] constant is also used as a potential
6924 /* #define SQLITE_IGNORE
[all...]
H A Dsqlite3.c2799 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2803 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2821 ** and the callback returns [SQLITE_IGNORE] then the
2824 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2828 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
2883 ** Note that SQLITE_IGNORE is also used as a [SQLITE_ROLLBACK | return code]
2887 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
7455 ** value returned is one of [SQLITE_ROLLBACK], [SQLITE_IGNORE], [SQLITE_FAIL],
7469 ** Note that the [SQLITE_IGNORE] constant is also used as a potential
7474 /* #define SQLITE_IGNORE
[all...]
/external/sqlite/dist/
H A Dsqlite3.h2249 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2253 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2271 ** and the callback returns [SQLITE_IGNORE] then the
2274 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2278 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
2333 ** Note that SQLITE_IGNORE is also used as a [SQLITE_ROLLBACK | return code]
2337 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
6905 ** value returned is one of [SQLITE_ROLLBACK], [SQLITE_IGNORE], [SQLITE_FAIL],
6919 ** Note that the [SQLITE_IGNORE] constant is also used as a potential
6924 /* #define SQLITE_IGNORE
[all...]
H A Dsqlite3.c2799 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2803 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2821 ** and the callback returns [SQLITE_IGNORE] then the
2824 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2828 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
2883 ** Note that SQLITE_IGNORE is also used as a [SQLITE_ROLLBACK | return code]
2887 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
7455 ** value returned is one of [SQLITE_ROLLBACK], [SQLITE_IGNORE], [SQLITE_FAIL],
7469 ** Note that the [SQLITE_IGNORE] constant is also used as a potential
7474 /* #define SQLITE_IGNORE
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c2353 if (i != SQLITE_OK && i != SQLITE_IGNORE) {

Completed in 305 milliseconds