Apache HTTPD
Macros | Functions
util_debug.c File Reference
#include "apr_want.h"
#include "httpd.h"
#include "http_config.h"
#include "http_core.h"

Go to the source code of this file.

Macros

#define APR_WANT_STRFUNC
 

Functions

charap_strchr (char *s, int c)
 
const charap_strchr_c (const char *s, int c)
 
charap_strrchr (char *s, int c)
 
const charap_strrchr_c (const char *s, int c)
 
charap_strstr (char *s, const char *c)
 
const charap_strstr_c (const char *s, const char *c)
 
void * ap_get_module_config (const ap_conf_vector_t *cv, const module *m)
 
int ap_get_module_flags (const module *m)
 
void * ap_get_core_module_config (const ap_conf_vector_t *cv)
 
int ap_get_server_module_loglevel (const server_rec *s, int module_index)
 
int ap_get_conn_module_loglevel (const conn_rec *c, int module_index)
 
int ap_get_conn_server_module_loglevel (const conn_rec *c, const server_rec *s, int module_index)
 
int ap_get_request_module_loglevel (const request_rec *c, int module_index)
 
void ap_set_module_config (ap_conf_vector_t *cv, const module *m, void *val)
 
void ap_set_core_module_config (ap_conf_vector_t *cv, void *val)
 

Macro Definition Documentation

◆ APR_WANT_STRFUNC

#define APR_WANT_STRFUNC

Definition at line 17 of file util_debug.c.