Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dauth.c148 }else if( rc==SQLITE_DENY ){ in sqliteAuthRead()
181 if( rc==SQLITE_DENY ){ in sqliteAuthCheck()
185 rc = SQLITE_DENY; in sqliteAuthCheck()
H A Dsqlite.w32.h569 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
H A Dupdate.c147 if( rc==SQLITE_DENY ){ in sqliteUpdate()
H A Dsqlite.h.in556 ** returns SQLITE_OK if access is allowed, SQLITE_DENY if the entire
612 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
/PHP-5.3/ext/sqlite/
H A Dpdo_sqlite2.c548 return SQLITE_DENY; in authorizer()
558 return SQLITE_DENY; in authorizer()
H A Dsqlite.c1070 return SQLITE_DENY; in php_sqlite_authorizer()
1074 return SQLITE_DENY; in php_sqlite_authorizer()
1083 return SQLITE_DENY; in php_sqlite_authorizer()
1087 return SQLITE_DENY; in php_sqlite_authorizer()
/PHP-5.3/ext/pdo_sqlite/
H A Dsqlite_driver.c793 return SQLITE_DENY; in authorizer()
803 return SQLITE_DENY; in authorizer()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.h2236 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
H A Dsqlite3.c2783 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
70560 if( auth==SQLITE_DENY ){
77201 if( rc==SQLITE_DENY ){
77301 if( rc==SQLITE_DENY ){
77305 rc = SQLITE_DENY;
81846 assert( rcauth==SQLITE_OK || rcauth==SQLITE_DENY || rcauth==SQLITE_IGNORE );
81847 if( rcauth==SQLITE_DENY ){
96472 if( rc==SQLITE_DENY ){
/PHP-5.3/ext/sqlite3/
H A Dsqlite3.c1970 return SQLITE_DENY;
1975 return SQLITE_DENY;

Completed in 423 milliseconds