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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h2177 ** compiled, or [SQLITE_DENY] to cause the entire SQL statement to be
2179 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2184 ** requested is ok. ^When the callback returns [SQLITE_DENY], the
2262 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
H A Dsqlite3.c2730 ** compiled, or [SQLITE_DENY] to cause the entire SQL statement to be
2732 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2737 ** requested is ok. ^When the callback returns [SQLITE_DENY], the
2815 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h2971 ** compiled, or [SQLITE_DENY] to cause the entire SQL statement to be
2973 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2978 ** requested is ok. ^When the callback returns [SQLITE_DENY], the
3062 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
H A Dsqlite3.c4034 ** compiled, or [SQLITE_DENY] to cause the entire SQL statement to be
4036 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
4041 ** requested is ok. ^When the callback returns [SQLITE_DENY], the
4125 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1148 zReply = rc==TCL_OK ? Tcl_GetStringResult(pDb->interp) : "SQLITE_DENY";
1151 }else if( strcmp(zReply,"SQLITE_DENY")==0 ){
1152 rc = SQLITE_DENY;
1978 ** SQLITE_IGNORE, or SQLITE_DENY. Any other return value is an error.

Completed in 982 milliseconds