OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLITE_DENY
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteAuthorizer.cpp
37
const int SQLAuthDeny =
SQLITE_DENY
;
/external/chromium_org/third_party/sqlite/src/src/
auth.c
60
** should return either SQLITE_OK,
SQLITE_DENY
, or SQLITE_IGNORE. If
61
** SQLITE_OK is returned, it means that access is allowed.
SQLITE_DENY
99
** is treated as
SQLITE_DENY
. In this case an error is left in pParse.
112
if( rc==
SQLITE_DENY
){
131
** instruction into a TK_NULL. If the auth function returns
SQLITE_DENY
,
187
** either SQLITE_OK (zero) or SQLITE_IGNORE or
SQLITE_DENY
. If
SQLITE_DENY
212
if( rc==
SQLITE_DENY
){
216
rc =
SQLITE_DENY
;
delete.c
291
assert( rcauth==SQLITE_OK || rcauth==
SQLITE_DENY
|| rcauth==SQLITE_IGNORE );
292
if( rcauth==
SQLITE_DENY
){
update.c
223
if( rc==
SQLITE_DENY
){
sqlite.h.in
[
all
...]
resolve.c
544
if( auth==
SQLITE_DENY
){
[
all
...]
tclsqlite.c
904
}else if( strcmp(zReply,"
SQLITE_DENY
")==0 ){
905
rc =
SQLITE_DENY
;
[
all
...]
/external/javasqlite/src/main/java/SQLite/
Constants.java
103
public static final int
SQLITE_DENY
= 1; /* Abort the SQL statement with an error */
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h
[
all
...]
sqlite3.c
[
all
...]
/external/javasqlite/src/main/native/
sqlite_jni.c
[
all
...]
Completed in 477 milliseconds