Home | History | Annotate | Download | only in orig

Lines Matching refs:SQLITE_NOLFS

718 #define SQLITE_NOLFS       22   /* Uses OS features not supported on host */
31119 if( pFile->lastErrno==EOVERFLOW ) return SQLITE_NOLFS;
141277 case SQLITE_NOLFS: zName = "SQLITE_NOLFS"; break;
141329 /* SQLITE_NOLFS */ "large file support is disabled",