55cf6e01272ec475edea32aa9b7923de2d36cb42Christian Maeder/* Licensed to the Apache Software Foundation (ASF) under one or more
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova * contributor license agreements. See the NOTICE file distributed with
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova * this work for additional information regarding copyright ownership.
b43458b4d81f7451112cecbd757f3a05216e7088Kristina Sojakova * The ASF licenses this file to You under the Apache License, Version 2.0
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova * (the "License"); you may not use this file except in compliance with
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova * the License. You may obtain a copy of the License at
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova * http://www.apache.org/licenses/LICENSE-2.0
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova * Unless required by applicable law or agreed to in writing, software
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova * distributed under the License is distributed on an "AS IS" BASIS,
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova * See the License for the specific language governing permissions and
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina Sojakova * limitations under the License.
44e934cd533a334ae00a65b83dba146c1352b0aaIulia Ignatov/* Possibly get rid of the macros we defined in httpd.h */
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina SojakovaAP_DECLARE(char *) ap_strchr(char *s, int c);
14650c9e129d8dc51ed55b2edc6ec27d9f0f6d00Kristina SojakovaAP_DECLARE(char *) ap_strchr(char *s, int c)
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina SojakovaAP_DECLARE(const char *) ap_strchr_c(const char *s, int c);
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina SojakovaAP_DECLARE(const char *) ap_strchr_c(const char *s, int c)
d2786879b4733fd4886a5b654f7c6de1d234f638Kristina SojakovaAP_DECLARE(char *) ap_strrchr(char *s, int c);
b43458b4d81f7451112cecbd757f3a05216e7088Kristina SojakovaAP_DECLARE(char *) ap_strrchr(char *s, int c)
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina SojakovaAP_DECLARE(const char *) ap_strrchr_c(const char *s, int c);
abd5fc85dc7e19b1614890182436940e922963a4Kristina SojakovaAP_DECLARE(const char *) ap_strrchr_c(const char *s, int c)
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina SojakovaAP_DECLARE(char *) ap_strstr(char *s, const char *c);
ccaa75089b23c0f043cdbd4001cba4e076ca4fd3Kristina SojakovaAP_DECLARE(char *) ap_strstr(char *s, const char *c)
168d206b4e5fd436c98239a1b6629c651f54c8eeKristina SojakovaAP_DECLARE(const char *) ap_strstr_c(const char *s, const char *c);
d2786879b4733fd4886a5b654f7c6de1d234f638Kristina SojakovaAP_DECLARE(const char *) ap_strstr_c(const char *s, const char *c)
b3bacd257ffcdd346b70ab690f03b28ad5f33fdcKristina SojakovaAP_DECLARE(void *) ap_get_module_config(const ap_conf_vector_t *cv,
d71bb9deea089887b4fd829c5b766e7e4de9f204Kristina SojakovaAP_DECLARE(void *) ap_get_module_config(const ap_conf_vector_t *cv,
e8dd447a2aa5fbac10668749dfe4142c05ec3d7dKristina SojakovaAP_DECLARE(void *) ap_get_core_module_config(const ap_conf_vector_t *cv);
e8dd447a2aa5fbac10668749dfe4142c05ec3d7dKristina SojakovaAP_DECLARE(void *) ap_get_core_module_config(const ap_conf_vector_t *cv)
e8dd447a2aa5fbac10668749dfe4142c05ec3d7dKristina Sojakova return ((void **)cv)[AP_CORE_MODULE_INDEX];
5e35940c3516ccea02caa0450d2b075de0106fa5Kristina SojakovaAP_DECLARE(int) ap_get_server_module_loglevel(const server_rec *s, int module_index);
b2e01ef1b5d4c7a62260eb792291e8e1b10e545bIulia IgnatovAP_DECLARE(int) ap_get_server_module_loglevel(const server_rec *s, int module_index)
#if defined(ap_get_conn_module_loglevel)
return l->level;
#if defined(ap_get_conn_server_module_loglevel)
const server_rec *s,
int module_index);
const server_rec *s,
int module_index)
return l->level;
#if defined(ap_get_request_module_loglevel)
return l->level;
#if defined(ap_set_module_config)
void *val);
void *val)
#if defined(ap_set_core_module_config)
#if defined(apr_palloc)
#if defined(apr_pcalloc)