Home
last modified time | relevance | path

Searched refs:SQLITE_DENY (Results 1 – 2 of 2) sorted by relevance

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.h2513 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
H A Dsqlite3.c2541 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
75702 if( auth==SQLITE_DENY ){
84002 if( rc==SQLITE_DENY ){
84102 if( rc==SQLITE_DENY ){
84106 rc = SQLITE_DENY;
89198 assert( rcauth==SQLITE_OK || rcauth==SQLITE_DENY || rcauth==SQLITE_IGNORE );
89199 if( rcauth==SQLITE_DENY ){
102744 testcase( i==SQLITE_DENY );
106423 if( rc==SQLITE_DENY ){