Home | History | Annotate | Download | only in orig

Lines Matching refs:SQLITE_NOLFS

1469 #define SQLITE_NOLFS       22   /* Uses OS features not supported on host */
32048 if( pFile->lastErrno==EOVERFLOW ) return SQLITE_NOLFS;
144745 case SQLITE_NOLFS: zName = "SQLITE_NOLFS"; break;
144798 /* SQLITE_NOLFS */ "large file support is disabled",
144800 /* SQLITE_NOLFS */ 0,