Apache HTTPD
Functions
shm.c File Reference
#include "apr_arch_shm.h"
#include "apr_arch_file_io.h"
#include "apr_general.h"
#include "apr_errno.h"
#include "apr_user.h"
#include "apr_strings.h"
#include "apr_hash.h"

Go to the source code of this file.

Functions

static apr_status_t shm_cleanup_owner (void *m_)
 
 APR_DECLARE (apr_status_t)
 
static apr_status_t shm_cleanup_attach (void *m_)
 
 APR_DECLARE (void *)
 
 APR_DECLARE (apr_size_t)
 
 APR_PERMS_SET_IMPLEMENT (shm)
 
 APR_DECLARE (apr_pool_t *)
 

Function Documentation

◆ APR_PERMS_SET_IMPLEMENT()

APR_PERMS_SET_IMPLEMENT ( shm  )

Definition at line 691 of file shm.c.

◆ shm_cleanup_attach()

static apr_status_t shm_cleanup_attach ( void *  m_)
static

Definition at line 507 of file shm.c.

◆ shm_cleanup_owner()

static apr_status_t shm_cleanup_owner ( void *  m_)
static

Definition at line 81 of file shm.c.