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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h2175 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2179 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2197 ** and the callback returns [SQLITE_IGNORE] then the
2200 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2204 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
2259 ** Note that SQLITE_IGNORE is also used as a [SQLITE_ROLLBACK | return code]
2263 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
6663 ** value returned is one of [SQLITE_ROLLBACK], [SQLITE_IGNORE], [SQLITE_FAIL],
6677 ** Note that the [SQLITE_IGNORE] constant is also used as a potential
6682 /* #define SQLITE_IGNORE
[all...]
H A Dsqlite3.c2728 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2732 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2750 ** and the callback returns [SQLITE_IGNORE] then the
2753 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2757 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
2812 ** Note that SQLITE_IGNORE is also used as a [SQLITE_ROLLBACK | return code]
2816 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
7216 ** value returned is one of [SQLITE_ROLLBACK], [SQLITE_IGNORE], [SQLITE_FAIL],
7230 ** Note that the [SQLITE_IGNORE] constant is also used as a potential
7235 /* #define SQLITE_IGNORE
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h2969 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2973 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2993 ** and the callback returns [SQLITE_IGNORE] then the
2996 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
3004 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
3059 ** Note that SQLITE_IGNORE is also used as a [conflict resolution mode]
3063 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
9251 ** value returned is one of [SQLITE_ROLLBACK], [SQLITE_IGNORE], [SQLITE_FAIL],
9307 ** Note that the [SQLITE_IGNORE] constant is also used as a potential
9312 /* #define SQLITE_IGNORE
[all...]
H A Dshell.c7539 case SQLITE_IGNORE: {
H A Dsqlite3.c4032 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
4036 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
4056 ** and the callback returns [SQLITE_IGNORE] then the
4059 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
4067 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
4122 ** Note that SQLITE_IGNORE is also used as a [conflict resolution mode]
4126 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
10314 ** value returned is one of [SQLITE_ROLLBACK], [SQLITE_IGNORE], [SQLITE_FAIL],
10370 ** Note that the [SQLITE_IGNORE] constant is also used as a potential
10375 /* #define SQLITE_IGNORE
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1153 }else if( strcmp(zReply,"SQLITE_IGNORE")==0 ){
1154 rc = SQLITE_IGNORE;
1978 ** SQLITE_IGNORE, or SQLITE_DENY. Any other return value is an error.

Completed in 934 milliseconds