GME  13
Classes | Defines | Typedefs
MMAP (Memory Map) Routines

Classes

struct  apr_mmap_t

Defines

#define APR_MMAP_READ   1
#define APR_MMAP_WRITE   2

Typedefs

typedef struct 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.

#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.