Searched refs:SQLITE_DENY (Results 1 – 5 of 5) sorted by relevance
17 SQLITE_DENY.3 \
612 SQLITE_DENY = 1, /** Abort the SQL statement with an error */ enumerator
3230 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
3543 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro107280 if( auth==SQLITE_DENY ){120466 if( rc==SQLITE_DENY ){120577 if( rc==SQLITE_DENY ){120581 rc = SQLITE_DENY;127259 assert( rcauth==SQLITE_OK || rcauth==SQLITE_DENY || rcauth==SQLITE_IGNORE );127260 if( rcauth==SQLITE_DENY ){146271 testcase( i==SQLITE_DENY );152570 if( rc==SQLITE_DENY ){
1192 rc = SQLITE_DENY; in auth_callback()