GME
13
|
APR File Handle Inheritance Helpers. More...
Go to the source code of this file.
Defines | |
#define | APR_DECLARE_INHERIT_SET(type) |
#define | APR_DECLARE_INHERIT_UNSET(type) |
APR File Handle Inheritance Helpers.
Definition in file apr_inherit.h.
#define APR_DECLARE_INHERIT_SET | ( | type | ) |
APR_DECLARE(apr_status_t) apr_##type##_inherit_set( \ apr_##type##_t *the##type)
Prototype for type-specific declarations of apr_foo_inherit_set functions.
Definition at line 35 of file apr_inherit.h.
#define APR_DECLARE_INHERIT_UNSET | ( | type | ) |
APR_DECLARE(apr_status_t) apr_##type##_inherit_unset( \ apr_##type##_t *the##type)
Prototype for type-specific declarations of apr_foo_inherit_unset functions.
Definition at line 47 of file apr_inherit.h.