Apache2
mod_ratelimit.h File Reference

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
 

Macro Definition Documentation

◆ AP_RL_BUCKET_IS_END

#define AP_RL_BUCKET_IS_END (   e)    (e->type == &ap_rl_bucket_type_end)

◆ AP_RL_BUCKET_IS_START

#define AP_RL_BUCKET_IS_START (   e)    (e->type == &ap_rl_bucket_type_start)

◆ AP_RL_DECLARE

#define AP_RL_DECLARE (   type)    type

◆ AP_RL_DECLARE_DATA

#define AP_RL_DECLARE_DATA

◆ AP_RL_DECLARE_NONSTD

#define AP_RL_DECLARE_NONSTD (   type)    type

Function Documentation

◆ AP_RL_DECLARE()

AP_RL_DECLARE ( apr_bucket )

Variable Documentation

◆ ap_rl_bucket_type_end

AP_RL_DECLARE_DATA const apr_bucket_type_t ap_rl_bucket_type_end
extern

◆ ap_rl_bucket_type_start

AP_RL_DECLARE_DATA const apr_bucket_type_t ap_rl_bucket_type_start
extern