Searched refs:SQLITE_NOLFS (Results 1 – 14 of 14) sorted by relevance
87 super::SQLITE_NOLFS => ErrorCode::NoLargeFileSupport, in new()218 super::SQLITE_NOLFS => "Uses OS features not supported on host", in code_to_str()
39 public static final int SQLITE_NOLFS = 22; /* Uses OS features not supported on host */ field in Constants
54 case SQLITE_NOLFS: // Uses OS features not supported on host in GetTfErrorCode()
444 #define SQLITE_NOLFS 22 /* Uses OS features not supported on host */ macro
29 pub const SQLITE_NOLFS: i32 = 22; constant
1507 #define SQLITE_NOLFS 22 /* Uses OS features not supported on host */ macro35242 if( pFile->lastErrno==EOVERFLOW ) return SQLITE_NOLFS;165589 case SQLITE_NOLFS: zName = "SQLITE_NOLFS"; break;
1483 #define SQLITE_NOLFS 22 /* Uses OS features not supported on host */ macro34859 if( pFile->lastErrno==EOVERFLOW ) return SQLITE_NOLFS;161831 case SQLITE_NOLFS: zName = "SQLITE_NOLFS"; break;
1483 #define SQLITE_NOLFS 22 /* Uses OS features not supported on host */ macro34843 if( pFile->lastErrno==EOVERFLOW ) return SQLITE_NOLFS;161815 case SQLITE_NOLFS: zName = "SQLITE_NOLFS"; break;
28 pub const SQLITE_NOLFS: i32 = 22; constant
30 pub const SQLITE_NOLFS: i32 = 22; constant