Apache HTTPD
Public Attributes | List of all members
apr_shm_t Struct Reference

#include <apr_arch_shm.h>

Public Attributes

apr_pool_tpool
 
void * base
 
void * usable
 
apr_size_t reqsize
 
apr_size_t realsize
 
const charfilename
 
void * memblock
 
void * ptr
 
apr_size_t avail
 
area_id aid
 
memblock_tmemblk
 
void * usrmem
 
apr_size_t size
 
apr_size_t length
 
HANDLE hMap
 

Detailed Description

Definition at line 61 of file apr_arch_shm.h.

Member Data Documentation

◆ aid

area_id apr_shm_t::aid

Definition at line 33 of file shm.c.

◆ avail

apr_size_t apr_shm_t::avail

Definition at line 32 of file shm.c.

◆ base

void* apr_shm_t::base

Definition at line 63 of file apr_arch_shm.h.

◆ filename

const char * apr_shm_t::filename

Definition at line 67 of file apr_arch_shm.h.

◆ hMap

HANDLE apr_shm_t::hMap

Definition at line 36 of file shm.c.

◆ length

apr_size_t apr_shm_t::length

Definition at line 35 of file shm.c.

◆ memblk

memblock_t* apr_shm_t::memblk

Definition at line 32 of file shm.c.

◆ memblock

void * apr_shm_t::memblock

Definition at line 29 of file shm.c.

◆ pool

apr_pool_t * apr_shm_t::pool

Definition at line 62 of file apr_arch_shm.h.

◆ ptr

void* apr_shm_t::ptr

Definition at line 30 of file shm.c.

◆ realsize

apr_size_t apr_shm_t::realsize

Definition at line 66 of file apr_arch_shm.h.

◆ reqsize

apr_size_t apr_shm_t::reqsize

Definition at line 65 of file apr_arch_shm.h.

◆ size

apr_size_t apr_shm_t::size

Definition at line 34 of file shm.c.

◆ usable

void* apr_shm_t::usable

Definition at line 64 of file apr_arch_shm.h.

◆ usrmem

void* apr_shm_t::usrmem

Definition at line 33 of file shm.c.


The documentation for this struct was generated from the following files: