Home
last modified time | relevance | path

Searched refs:log_condition_handling (Results 1 – 4 of 4) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconfigfile-glue.c234 if (con->conf.log_condition_handling) { in config_check_cond_nocache()
255 if (con->conf.log_condition_handling) { in config_check_cond_nocache()
272 if (con->conf.log_condition_handling) { in config_check_cond_nocache()
459 if (con->conf.log_condition_handling) { in config_check_cond_nocache()
466 if (con->conf.log_condition_handling) { in config_check_cond_nocache()
518 if (con->conf.log_condition_handling) { in config_check_cond_cached()
529 if (con->conf.log_condition_handling) { in config_check_cond_cached()
536 if (con->conf.log_condition_handling) { in config_check_cond_cached()
578 if (con->conf.log_condition_handling) { in config_check_cond()
H A Dbase.h276 unsigned short log_condition_handling; member
H A Dconfigfile.c228 cv[16].destination = &(s->log_condition_handling); in config_insert()
344 PATCH(log_condition_handling); in config_setup_connection()
461 PATCH(log_condition_handling); in config_patch_connection()
H A Dresponse.c242 if (con->conf.log_condition_handling) { in http_response_prepare()