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

Public Attributes

struct cleanup_tnext
 
const void * data
 
apr_status_t(* plain_cleanup_fn )(void *data)
 
apr_status_t(* child_cleanup_fn )(void *data)
 

Detailed Description

Definition at line 2497 of file apr_pools.c.

Member Data Documentation

◆ child_cleanup_fn

apr_status_t(* cleanup_t::child_cleanup_fn) (void *data)

Definition at line 2501 of file apr_pools.c.

◆ data

const void* cleanup_t::data

Definition at line 2499 of file apr_pools.c.

◆ next

struct cleanup_t* cleanup_t::next

Definition at line 2498 of file apr_pools.c.

◆ plain_cleanup_fn

apr_status_t(* cleanup_t::plain_cleanup_fn) (void *data)

Definition at line 2500 of file apr_pools.c.


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