Main Page | Modules | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages | Examples

MMAP (Memory Map) Routines


Data Structures

struct  apr_mmap_t

Defines

#define APR_MMAP_READ   1
#define APR_MMAP_WRITE   2

Typedefs

typedef apr_mmap_t apr_mmap_t

Define Documentation

#define APR_MMAP_READ   1
 

MMap opened for reading

Definition at line 46 of file apr_mmap.h.

Referenced by cache_the_file().

#define APR_MMAP_WRITE   2
 

MMap opened for writing

Definition at line 48 of file apr_mmap.h.


Typedef Documentation

typedef struct apr_mmap_t apr_mmap_t
 

See also:
apr_mmap_t

Definition at line 51 of file apr_mmap.h.