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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h2376 ** compiled, or [SQLITE_DENY] to cause the entire SQL statement to be
2378 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2383 ** requested is ok. ^When the callback returns [SQLITE_DENY], the
2461 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
H A Dsqlite3.c2947 ** compiled, or [SQLITE_DENY] to cause the entire SQL statement to be
2949 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2954 ** requested is ok. ^When the callback returns [SQLITE_DENY], the
3032 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
[all...]
/freebsd-10.2-release/crypto/heimdal/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 701 milliseconds