Apache2
|
Go to the source code of this file.
Macros | |
#define | AP_RL_DECLARE(type) type |
#define | AP_RL_DECLARE_NONSTD(type) type |
#define | AP_RL_DECLARE_DATA |
#define | AP_RL_BUCKET_IS_END(e) (e->type == &ap_rl_bucket_type_end) |
#define | AP_RL_BUCKET_IS_START(e) (e->type == &ap_rl_bucket_type_start) |
Functions | |
AP_RL_DECLARE (apr_bucket *) ap_rl_end_create(apr_bucket_alloc_t *list) | |
Variables | |
AP_RL_DECLARE_DATA const apr_bucket_type_t | ap_rl_bucket_type_end |
AP_RL_DECLARE_DATA const apr_bucket_type_t | ap_rl_bucket_type_start |
#define AP_RL_BUCKET_IS_END | ( | e | ) | (e->type == &ap_rl_bucket_type_end) |
#define AP_RL_BUCKET_IS_START | ( | e | ) | (e->type == &ap_rl_bucket_type_start) |
#define AP_RL_DECLARE | ( | type | ) | type |
#define AP_RL_DECLARE_DATA |
#define AP_RL_DECLARE_NONSTD | ( | type | ) | type |
AP_RL_DECLARE | ( | apr_bucket * | ) |
|
extern |
|
extern |