|
GME
13
|
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 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 struct apr_mmap_t apr_mmap_t |
Definition at line 51 of file apr_mmap.h.
1.7.6.1