Home
last modified time | relevance | path

Searched defs:SQLITE_DENY (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d612 SQLITE_DENY = 1, /** Abort the SQL statement with an error */ enumerator
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h3230 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
H A Dsqlite3.c3543 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro