Home
last modified time | relevance | path

Searched refs:config_check_cond (Results 1 – 25 of 37) sorted by relevance

12

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dplugin.h89 int config_check_cond(server *srv, connection *con, data_config *dc);
H A Dmod_access.c98 if (!config_check_cond(srv, con, dc)) continue; in mod_access_patch_connection()
H A Dmod_skeleton.c145 if (!config_check_cond(srv, con, dc)) continue; in mod_skeleton_patch_connection()
H A Dmod_evasive.c118 if (!config_check_cond(srv, con, dc)) continue; in mod_evasive_patch_connection()
H A Dmod_indexfile.c119 if (!config_check_cond(srv, con, dc)) continue; in mod_indexfile_patch_connection()
H A Dmod_alias.c132 if (!config_check_cond(srv, con, dc)) continue; in mod_alias_patch_connection()
H A Dmod_flv_streaming.c121 if (!config_check_cond(srv, con, dc)) continue; in mod_flv_streaming_patch_connection()
H A Dmod_setenv.c139 if (!config_check_cond(srv, con, dc)) continue; in mod_setenv_patch_connection()
H A Dmod_usertrack.c151 if (!config_check_cond(srv, con, dc)) continue; in mod_usertrack_patch_connection()
H A Dmod_secure_download.c168 if (!config_check_cond(srv, con, dc)) continue; in mod_secdownload_patch_connection()
H A Dmod_cml.c157 if (!config_check_cond(srv, con, dc)) continue; in mod_cml_patch_connection()
H A Dmod_simple_vhost.c195 if (!config_check_cond(srv, con, dc)) continue; in mod_simple_vhost_patch_connection()
H A Dmod_expire.c270 if (!config_check_cond(srv, con, dc)) continue; in mod_expire_patch_connection()
H A Dmod_redirect.c153 if (!config_check_cond(srv, con, dc)) continue; in mod_redirect_patch_connection()
H A Dmod_evhost.c241 if (!config_check_cond(srv, con, dc)) continue; in mod_evhost_patch_connection()
H A Dmod_userdir.c143 if (!config_check_cond(srv, con, dc)) continue; in mod_userdir_patch_connection()
H A Dmod_rrdtool.c315 if (!config_check_cond(srv, con, dc)) continue; in mod_rrd_patch_connection()
H A Dmod_mysql_vhost.c316 if (!config_check_cond(srv, con, dc)) continue;
H A Dmod_extforward.c204 if (!config_check_cond(srv, con, dc)) continue; in mod_extforward_patch_connection()
H A Dmod_staticfile.c134 if (!config_check_cond(srv, con, dc)) continue; in mod_staticfile_patch_connection()
H A Dmod_rewrite.c302 if (!config_check_cond(srv, con, dc)) continue; in mod_rewrite_patch_connection()
H A Dconfigfile-glue.c577 int config_check_cond(server *srv, connection *con, data_config *dc) { in config_check_cond() function
H A Dmod_trigger_b4_dl.c275 if (!config_check_cond(srv, con, dc)) continue; in mod_trigger_b4_dl_patch_connection()
H A Dmod_auth.c129 if (!config_check_cond(srv, con, dc)) continue; in mod_auth_patch_connection()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dextforward.txt20 $HTTP{''socket"} directive, crashing in config_check_cond while patching

12