Apache HTTPD
Macros
apr_inherit.h File Reference

APR File Handle Inheritance Helpers. More...

Go to the source code of this file.

Macros

#define APR_DECLARE_INHERIT_SET(type)
 
#define APR_DECLARE_INHERIT_UNSET(type)
 

Detailed Description

APR File Handle Inheritance Helpers.

Remarks
This internal header includes internal declaration helpers for other headers to declare apr_foo_inherit_[un]set functions.

Definition in file apr_inherit.h.

Macro Definition Documentation

◆ APR_DECLARE_INHERIT_SET

#define APR_DECLARE_INHERIT_SET (   type)
Value:
const void apr_status_t(*) apr_status_t(* APR_DECLARE)(void) apr_pool_pre_cleanup_register(apr_pool_t *p
Definition apr_pools.h:646
apr_size_t size
int apr_status_t
Definition apr_errno.h:44
int type

Prototype for type-specific declarations of apr_foo_inherit_set functions.

Remarks
Doxygen unwraps this macro (via doxygen.conf) to provide actual help for each specific occurrence of apr_foo_inherit_set.
the linkage is specified for APR. It would be possible to expand the macros to support other linkages.

Definition at line 35 of file apr_inherit.h.

◆ APR_DECLARE_INHERIT_UNSET

#define APR_DECLARE_INHERIT_UNSET (   type)
Value:

Prototype for type-specific declarations of apr_foo_inherit_unset functions.

Remarks
Doxygen unwraps this macro (via doxygen.conf) to provide actual help for each specific occurrence of apr_foo_inherit_unset.
the linkage is specified for APR. It would be possible to expand the macros to support other linkages.

Definition at line 47 of file apr_inherit.h.