Searched refs:SQLITE_DENY (Results 1 – 3 of 3) sorted by relevance
3481 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
3802 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro111671 if( auth==SQLITE_DENY ){126386 if( rc==SQLITE_DENY ){126493 if( rc==SQLITE_DENY ){126497 rc = SQLITE_DENY;133292 assert( rcauth==SQLITE_OK || rcauth==SQLITE_DENY || rcauth==SQLITE_IGNORE );133293 if( rcauth==SQLITE_DENY ){153450 testcase( i==SQLITE_DENY );160262 if( rc==SQLITE_DENY ){
1247 rc = SQLITE_DENY; in auth_callback()