Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h614 #define SQLITE_OPEN_EXRESCODE 0x02000000 /* Extended result codes */ macro
H A Dsqlite3.c927 #define SQLITE_OPEN_EXRESCODE 0x02000000 /* Extended result codes */ macro
181472 db->errMask = (flags & SQLITE_OPEN_EXRESCODE)!=0 ? 0xffffffff : 0xff;