Apache HTTPD
Classes | Macros | Typedefs
MMAP (Memory Map) Routines

Classes

struct  apr_mmap_t
 

Macros

#define APR_MMAP_READ   1
 
#define APR_MMAP_WRITE   2
 

Typedefs

typedef struct apr_mmap_t apr_mmap_t
 

Detailed Description

Macro Definition Documentation

◆ APR_MMAP_READ

#define APR_MMAP_READ   1

MMap opened for reading

Definition at line 46 of file apr_mmap.h.

◆ APR_MMAP_WRITE

#define APR_MMAP_WRITE   2

MMap opened for writing

Definition at line 48 of file apr_mmap.h.

Typedef Documentation

◆ apr_mmap_t

See also
apr_mmap_t

Definition at line 51 of file apr_mmap.h.