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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h700 ** return SQLITE_OK to allow the action, [SQLITE_IGNORE] to disallow the
705 ** Depending on the action, the [SQLITE_IGNORE] and [SQLITE_DENY] return
708 ** then [SQLITE_IGNORE] and [SQLITE_DENY] both cause the statement compilation
711 ** statement to fail but [SQLITE_IGNORE] will cause a NULL value to be
759 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
/external/sqlite/dist/
H A Dsqlite3.h1898 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
1902 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
1920 ** and the callback returns [SQLITE_IGNORE] then the
1923 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
1927 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
1983 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
H A Dsqlite3.c2422 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2426 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2444 ** and the callback returns [SQLITE_IGNORE] then the
2447 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2451 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
2507 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
[all...]

Completed in 229 milliseconds