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

/external/chromium_org/third_party/WebKit/Source/core/platform/sql/
H A DSQLiteAuthorizer.cpp37 const int SQLAuthIgnore = SQLITE_IGNORE;
/external/chromium_org/third_party/sqlite/src/src/
H A Dauth.c60 ** should return either SQLITE_OK, SQLITE_DENY, or SQLITE_IGNORE. If
63 ** will return with an error. SQLITE_IGNORE means that the SQL statement
97 ** If SQLITE_IGNORE is returned and pExpr is not NULL, then pExpr is changed
98 ** to an SQL NULL expression. Otherwise, if pExpr is NULL, then SQLITE_IGNORE
119 }else if( rc!=SQLITE_IGNORE && rc!=SQLITE_OK ){
130 ** If the auth function returns SQLITE_IGNORE, change the TK_COLUMN
180 if( SQLITE_IGNORE==sqlite3AuthReadCol(pParse, pTab->zName, zCol, iDb) ){
187 ** either SQLITE_OK (zero) or SQLITE_IGNORE or SQLITE_DENY. If SQLITE_DENY
215 }else if( rc!=SQLITE_OK && rc!=SQLITE_IGNORE ){
H A Ddelete.c291 assert( rcauth==SQLITE_OK || rcauth==SQLITE_DENY || rcauth==SQLITE_IGNORE );
H A Dupdate.c225 }else if( rc==SQLITE_IGNORE ){
H A Dsqlite.h.in2116 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2120 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2138 ** and the callback returns [SQLITE_IGNORE] then the
2141 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2145 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
2201 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */
H A Dfkey.c742 ** authorization callback returns SQLITE_IGNORE, behave as if any
748 isIgnore = (rcauth==SQLITE_IGNORE);
H A Dtclsqlite.c906 }else if( strcmp(zReply,"SQLITE_IGNORE")==0 ){
907 rc = SQLITE_IGNORE;
1623 ** SQLITE_IGNORE, or SQLITE_DENY. Any other return value is an error.
/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/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h2121 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2125 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2143 ** and the callback returns [SQLITE_IGNORE] then the
2146 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2150 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
2206 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
H A Dsqlite3.c2664 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2668 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2686 ** and the callback returns [SQLITE_IGNORE] then the
2689 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2693 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
2749 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
[all...]
/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.c2352 if (i != SQLITE_OK && i != SQLITE_IGNORE) {

Completed in 446 milliseconds