Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h512 #define SQLITE_IOERR_LOCK (SQLITE_IOERR | (15<<8)) macro
/third_party/sqlite/src/
Dsqlite3.c822 #define SQLITE_IOERR_LOCK (SQLITE_IOERR | (15<<8)) macro