Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h612 #define SQLITE_OPEN_EXRESCODE 0x02000000 /* Extended result codes */ macro
/third_party/sqlite/src/
Dsqlite3.c922 #define SQLITE_OPEN_EXRESCODE 0x02000000 /* Extended result codes */ macro
170489 db->errMask = (flags & SQLITE_OPEN_EXRESCODE)!=0 ? 0xffffffff : 0xff;