Home
last modified time | relevance | path

Searched defs:SQLITE_OK_SYMLINK (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h571 #define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8)) /* internal use only */ macro
H A Dsqlite3.c884 #define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8)) /* internal use only */ macro