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

/netbsd-current/lib/lua/sqlite/
H A Dsqlite.c389 { "AUTH", SQLITE_AUTH },
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d136 SQLITE_AUTH = 23, /** Authorization denied */
204 SQLITE_AUTH_USER = (SQLITE_AUTH | (1 << 8))
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h468 #define SQLITE_AUTH 23 /* Authorization denied */ macro
569 #define SQLITE_AUTH_USER (SQLITE_AUTH | (1<<8))
H A Dsqlite3.c781 #define SQLITE_AUTH 23 /* Authorization denied */ macro
882 #define SQLITE_AUTH_USER (SQLITE_AUTH | (1<<8))
[all...]

Completed in 795 milliseconds