Home
last modified time | relevance | path

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

/PHP-7.0/ext/pdo_sqlite/
H A Dsqlite_driver.c763 return SQLITE_DENY; in authorizer()
772 return SQLITE_DENY; in authorizer()
/PHP-7.0/ext/sqlite3/
H A Dsqlite3.c2044 return SQLITE_DENY;
2049 return SQLITE_DENY;
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.h2715 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
H A Dsqlite3.c2975 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
88660 if( auth==SQLITE_DENY ){
97252 if( rc==SQLITE_DENY ){
97356 if( rc==SQLITE_DENY ){
97360 rc = SQLITE_DENY;
102611 assert( rcauth==SQLITE_OK || rcauth==SQLITE_DENY || rcauth==SQLITE_IGNORE );
102612 if( rcauth==SQLITE_DENY ){
117006 testcase( i==SQLITE_DENY );
120764 if( rc==SQLITE_DENY ){

Completed in 901 milliseconds