Home
last modified time | relevance | path

Searched refs:SQLITE_NOLFS (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/_sqlite/
Dmodule.c321 DECLARE_ERROR_CODE(SQLITE_NOLFS),
/third_party/sqlite/include/
Dsqlite3.h467 #define SQLITE_NOLFS 22 /* Uses OS features not supported on host */ macro
/third_party/sqlite/src/
Dsqlite3.c777 #define SQLITE_NOLFS 22 /* Uses OS features not supported on host */ macro
38199 if( pFile->lastErrno==EOVERFLOW ) return SQLITE_NOLFS;
174992 case SQLITE_NOLFS: zName = "SQLITE_NOLFS"; break;