Home
last modified time | relevance | path

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

/PHP-7.1/ext/pdo_sqlite/
H A Dsqlite_driver.c761 return SQLITE_DENY; in authorizer()
770 return SQLITE_DENY; in authorizer()
/PHP-7.1/ext/sqlite3/
H A Dsqlite3.c2040 return SQLITE_DENY; in php_sqlite3_authorizer()
2043 return SQLITE_DENY; in php_sqlite3_authorizer()
2047 return SQLITE_DENY; in php_sqlite3_authorizer()
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.h2945 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
H A Dsqlite3.c3984 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
95887 if( auth==SQLITE_DENY ){
106685 if( rc==SQLITE_DENY ){
106801 if( rc==SQLITE_DENY ){
106805 rc = SQLITE_DENY;
112359 assert( rcauth==SQLITE_OK || rcauth==SQLITE_DENY || rcauth==SQLITE_IGNORE );
112360 if( rcauth==SQLITE_DENY ){
128461 testcase( i==SQLITE_DENY );
132964 if( rc==SQLITE_DENY ){

Completed in 512 milliseconds