Searched refs:SQLITE_DENY (Results 1 – 3 of 3) sorted by relevance
3249 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
3562 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro107894 if( auth==SQLITE_DENY ){121216 if( rc==SQLITE_DENY ){121327 if( rc==SQLITE_DENY ){121331 rc = SQLITE_DENY;128010 assert( rcauth==SQLITE_OK || rcauth==SQLITE_DENY || rcauth==SQLITE_IGNORE );128011 if( rcauth==SQLITE_DENY ){147384 testcase( i==SQLITE_DENY );153790 if( rc==SQLITE_DENY ){
1192 rc = SQLITE_DENY; in auth_callback()