Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/man/
H A DMakefile17 SQLITE_DENY.3 \
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d612 SQLITE_DENY = 1, /** Abort the SQL statement with an error */ enumerator
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h3230 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
H A Dsqlite3.c3543 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
107280 if( auth==SQLITE_DENY ){
120466 if( rc==SQLITE_DENY ){
120577 if( rc==SQLITE_DENY ){
120581 rc = SQLITE_DENY;
127259 assert( rcauth==SQLITE_OK || rcauth==SQLITE_DENY || rcauth==SQLITE_IGNORE );
127260 if( rcauth==SQLITE_DENY ){
146271 testcase( i==SQLITE_DENY );
152570 if( rc==SQLITE_DENY ){
/netbsd-src/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c1192 rc = SQLITE_DENY; in auth_callback()