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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d613 SQLITE_IGNORE = 2 /** Don't allow access, but don't generate an error */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h3137 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
3141 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
3161 ** and the callback returns [SQLITE_IGNORE] then the
3164 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
3172 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
3227 ** Note that SQLITE_IGNORE is also used as a [conflict resolution mode]
3231 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
9820 ** value returned is one of [SQLITE_ROLLBACK], [SQLITE_IGNORE], [SQLITE_FAIL],
10132 ** Note that the [SQLITE_IGNORE] constant is also used as a potential
10137 /* #define SQLITE_IGNORE
[all...]
H A Dshell.c10991 case SQLITE_IGNORE: {
H A Dsqlite3.c3450 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
3454 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
3474 ** and the callback returns [SQLITE_IGNORE] then the
3477 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
3485 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
3540 ** Note that SQLITE_IGNORE is also used as a [conflict resolution mode]
3544 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
10133 ** value returned is one of [SQLITE_ROLLBACK], [SQLITE_IGNORE], [SQLITE_FAIL],
10445 ** Note that the [SQLITE_IGNORE] constant is also used as a potential
10450 /* #define SQLITE_IGNORE
[all...]
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c1193 }else if( strcmp(zReply,"SQLITE_IGNORE")==0 ){
1194 rc = SQLITE_IGNORE;
2022 ** SQLITE_IGNORE, or SQLITE_DENY. Any other return value is an error.

Completed in 741 milliseconds