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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h2216 ** compiled, or [SQLITE_DENY] to cause the entire SQL statement to be
2218 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2223 ** requested is ok. ^When the callback returns [SQLITE_DENY], the
2301 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
H A Dsqlite3.c2766 ** compiled, or [SQLITE_DENY] to cause the entire SQL statement to be
2768 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2773 ** requested is ok. ^When the callback returns [SQLITE_DENY], the
2851 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
[all...]

Completed in 497 milliseconds