Searched refs:SQLITE_DENY (Results 1 – 3 of 3) sorted by relevance
3128 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
3434 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro100545 if( auth==SQLITE_DENY ){112881 if( rc==SQLITE_DENY ){112992 if( rc==SQLITE_DENY ){112996 rc = SQLITE_DENY;119543 assert( rcauth==SQLITE_OK || rcauth==SQLITE_DENY || rcauth==SQLITE_IGNORE );119544 if( rcauth==SQLITE_DENY ){137453 testcase( i==SQLITE_DENY );142912 if( rc==SQLITE_DENY ){
1173 rc = SQLITE_DENY; in auth_callback()