Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h514 #define SQLITE_IOERR_DIR_CLOSE (SQLITE_IOERR | (17<<8)) macro
/third_party/sqlite/src/
Dsqlite3.c824 #define SQLITE_IOERR_DIR_CLOSE (SQLITE_IOERR | (17<<8)) macro