17#define APR_WANT_STRFUNC
48#if defined(ap_strchr_c)
58#if defined(ap_strrchr)
68#if defined(ap_strrchr_c)
88#if defined(ap_strstr_c)
98#if defined(ap_get_module_config)
99#undef ap_get_module_config
107 return ((
void **)
cv)[
m->module_index];
121#if defined(ap_get_core_module_config)
122#undef ap_get_core_module_config
132#if defined(ap_get_server_module_loglevel)
133#undef ap_get_server_module_loglevel
140 s->log.module_levels[module_index] < 0)
145 return s->log.module_levels[module_index];
148#if defined(ap_get_conn_module_loglevel)
149#undef ap_get_conn_module_loglevel
155 const struct ap_logconf *l = (
c)->log ? (
c)->log : &(
c)->base_server->log;
165#if defined(ap_get_conn_server_module_loglevel)
166#undef ap_get_conn_server_module_loglevel
176 const struct ap_logconf *l = (
c->log &&
c->log != &
c->base_server->log) ?
187#if defined(ap_get_request_module_loglevel)
188#undef ap_get_request_module_loglevel
215#if defined(ap_set_module_config)
216#undef ap_set_module_config
224 ((
void **)
cv)[
m->module_index] =
val;
228#if defined(ap_set_core_module_config)
229#undef ap_set_core_module_config
char * strstr(char *s1, char *s2)
APR Standard Headers Support.
#define ap_get_module_config(v, m)
#define ap_get_request_module_loglevel(r, i)
struct ap_conf_vector_t ap_conf_vector_t
#define ap_get_server_module_loglevel(s, i)
#define ap_get_conn_server_module_loglevel(c, s, i)
int ap_get_module_flags(const module *m)
#define ap_get_conn_module_loglevel(c, i)
#define ap_set_module_config(v, m, val)
#define AP_MODULE_FLAGS_MMN_MAJOR
#define AP_MODULE_FLAGS_MMN_MINOR
#define ap_get_core_module_config(v)
#define AP_CORE_MODULE_INDEX
#define ap_set_core_module_config(v, val)
#define ap_strrchr_c(s, c)
#define ap_strstr_c(s, c)
#define ap_strchr_c(s, c)
apr_vformatter_buff_t * c
signed char * module_levels
Structure to store things which are per connection.
const struct ap_logconf * log
A structure that represents the current request.
const struct ap_logconf * log
A structure to store information for each virtual server.