Apache HTTPD
Classes | Typedefs | Functions
shm.c File Reference
#include "apr_general.h"
#include "apr_errno.h"
#include "apr_file_io.h"
#include "apr_shm.h"
#include "apr_strings.h"
#include "apr_arch_file_io.h"
#include "limits.h"

Go to the source code of this file.

Classes

struct  memblock_t
 
struct  apr_shm_t
 

Typedefs

typedef struct memblock_t memblock_t
 

Functions

static apr_status_t shm_cleanup (void *shm)
 
static int can_create_global_maps (void)
 
 APR_DECLARE (apr_status_t)
 
static apr_status_t shm_attach_internal (apr_shm_t **m, const char *file, apr_pool_t *pool, int global)
 
 APR_DECLARE (void *)
 
 APR_DECLARE (apr_size_t)
 
 APR_DECLARE (apr_pool_t *)
 

Typedef Documentation

◆ memblock_t

Function Documentation

◆ can_create_global_maps()

static int can_create_global_maps ( void  )
static

Definition at line 111 of file shm.c.

◆ shm_attach_internal()

static apr_status_t shm_attach_internal ( apr_shm_t **  m,
const char file,
apr_pool_t pool,
int  global 
)
static

Definition at line 274 of file shm.c.

◆ shm_cleanup()

static apr_status_t shm_cleanup ( void *  shm)
static

Definition at line 40 of file shm.c.