Lines Matching refs:mmap
2356 ** that are the default mmap size limit (the default setting for
2357 ** [PRAGMA mmap_size]) and the maximum allowed mmap size limit.
2360 ** [SQLITE_FCNTL_MMAP_SIZE] file control. ^(The maximum allowed mmap size
2362 ** compile-time maximum mmap size set by the
14586 ** not exceed the maximum mmap size.
16536 #define PGHDR_MMAP 0x020 /* This is an mmap page object */
19489 sqlite3_int64 szMmap; /* mmap() space per open file */
37312 { "mmap", (sqlite3_syscall_ptr)mmap, 0 },
37314 { "mmap", (sqlite3_syscall_ptr)0, 0 },
40929 ** to mmap(). Restrict its value to 2GB if (size_t) is not at least a
41726 rc = unixLogError(SQLITE_IOERR_SHMMAP, "mmap", pShmNode->zFilename);
42049 const char *zErr = "mmap";
42054 int flags = PROT_READ; /* Flags to pass to mmap() */
42112 /* If the mmap() above failed, assume that all subsequent mmap() calls
42310 3, /* shared memory and mmap are enabled */
42320 3, /* shared memory and mmap are enabled */
56167 int nMmapOut; /* Number of mmap pages currently outstanding */
56168 sqlite3_int64 szMmap; /* Desired maximum mmap size */
56169 PgHdr *pMmapFreelist; /* List of free mmap page headers (pDirty) */
61169 /* It is acceptable to use a read-only (mmap) page for any page except
100384 ** mmap), return SQLITE_OK and set *pp to NULL.
174073 ** integer (sqlite3_int64) values that are the default mmap size limit
174075 ** mmap size limit. */
174081 ** EVIDENCE-OF: R-34993-45031 The maximum allowed mmap size will be
174083 ** compile-time maximum mmap size set by the SQLITE_MAX_MMAP_SIZE
209264 char **apShm; /* Array of mmap'd *-shm regions */