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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h2214 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2218 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2236 ** and the callback returns [SQLITE_IGNORE] then the
2239 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2243 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
2298 ** Note that SQLITE_IGNORE is also used as a [SQLITE_ROLLBACK | return code]
2302 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
6855 ** value returned is one of [SQLITE_ROLLBACK], [SQLITE_IGNORE], [SQLITE_FAIL],
6869 ** Note that the [SQLITE_IGNORE] constant is also used as a potential
6874 /* #define SQLITE_IGNORE
[all...]
H A Dsqlite3.c2764 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2768 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2786 ** and the callback returns [SQLITE_IGNORE] then the
2789 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2793 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
2848 ** Note that SQLITE_IGNORE is also used as a [SQLITE_ROLLBACK | return code]
2852 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
7405 ** value returned is one of [SQLITE_ROLLBACK], [SQLITE_IGNORE], [SQLITE_FAIL],
7419 ** Note that the [SQLITE_IGNORE] constant is also used as a potential
7424 /* #define SQLITE_IGNORE
[all...]

Completed in 458 milliseconds