Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c788 return SQLITE_DENY; in authorizer()
798 return SQLITE_DENY; in authorizer()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c2003 return SQLITE_DENY;
2008 return SQLITE_DENY;
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h2613 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
H A Dsqlite3.c2820 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
82028 if( auth==SQLITE_DENY ){
90660 if( rc==SQLITE_DENY ){
90764 if( rc==SQLITE_DENY ){
90768 rc = SQLITE_DENY;
95885 assert( rcauth==SQLITE_OK || rcauth==SQLITE_DENY || rcauth==SQLITE_IGNORE );
95886 if( rcauth==SQLITE_DENY ){
109929 testcase( i==SQLITE_DENY );
113651 if( rc==SQLITE_DENY ){

Completed in 436 milliseconds