Searched refs:mmapped (Results 1 – 5 of 5) sorted by relevance
52 int mmapped; member388 if (oss->mmapped) { in oss_write_pending()434 if (oss->mmapped) { in oss_run_out()493 if (oss->mmapped) { in oss_fini_out()551 oss->mmapped = 0; in oss_init_out()580 oss->mmapped = 1; in oss_init_out()584 if (!oss->mmapped) { in oss_init_out()594 if (!oss->mmapped) { in oss_init_out()636 if (!oss->mmapped) { in oss_ctl_out()658 if (!oss->mmapped) { in oss_ctl_out()
3304 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() argument3329 set_segment_flags(&m->seg, mmapped); in add_segment()
3316 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() argument3341 m->seg.sflags = mmapped; in add_segment()
26286 char *zFilename; /* Name of the mmapped file */26428 ** This particular implementation uses mmapped files.26433 ** is "/home/user1/config.db" then the file that is created and mmapped26457 struct unixShmNode *pShmNode; /* The underlying mmapped file */30878 ** Object used to represent a single file opened and mmapped to provide31065 struct winShmNode *pShmNode = 0; /* The underlying mmapped file */41707 ** might choose to implement the wal-index using a mmapped file. Because
5899 of mmapped areas.