Searched refs:SQLITE_DENY (Results 1 – 3 of 3) sorted by relevance
3429 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
3748 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro109198 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 ){
1232 rc = SQLITE_DENY; in auth_callback()