Searched refs:SQLITE_DENY (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/sql/
H A DSQLiteAuthorizer.cpp38 const int SQLAuthDeny = SQLITE_DENY;
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.h2177 ** compiled, or [SQLITE_DENY] to cause the entire SQL statement to be
2179 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2184 ** requested is ok. ^When the callback returns [SQLITE_DENY], the
2262 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
H A Dsqlite3.c2730 ** compiled, or [SQLITE_DENY] to cause the entire SQL statement to be
2732 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2737 ** requested is ok. ^When the callback returns [SQLITE_DENY], the
2815 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
[all...]

Completed in 594 milliseconds