Home
last modified time | relevance | path

Searched refs:SQLITE_IOERR_AUTH (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h525 #define SQLITE_IOERR_AUTH (SQLITE_IOERR | (28<<8)) macro
H A Dsqlite3.c838 #define SQLITE_IOERR_AUTH (SQLITE_IOERR | (28<<8)) macro