Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.h3429 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
H A Dsqlite3.c3748 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
109198 if( auth==SQLITE_DENY ){
122856 if( rc==SQLITE_DENY ){
122963 if( rc==SQLITE_DENY ){
122967 rc = SQLITE_DENY;
129741 assert( rcauth==SQLITE_OK || rcauth==SQLITE_DENY || rcauth==SQLITE_IGNORE );
129742 if( rcauth==SQLITE_DENY ){
149386 testcase( i==SQLITE_DENY );
155946 if( rc==SQLITE_DENY ){
/src/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1232 rc = SQLITE_DENY; in auth_callback()