Home
last modified time | relevance | path

Searched refs:SQLITE_DENY (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.h3128 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
H A Dsqlite3.c3434 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
100545 if( auth==SQLITE_DENY ){
112881 if( rc==SQLITE_DENY ){
112992 if( rc==SQLITE_DENY ){
112996 rc = SQLITE_DENY;
119543 assert( rcauth==SQLITE_OK || rcauth==SQLITE_DENY || rcauth==SQLITE_IGNORE );
119544 if( rcauth==SQLITE_DENY ){
137453 testcase( i==SQLITE_DENY );
142912 if( rc==SQLITE_DENY ){
/freebsd-13.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1173 rc = SQLITE_DENY; in auth_callback()