Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconfigfile-glue.c221 static cond_result_t config_check_cond_cached(server *srv, connection *con, data_config *dc);
238 switch (config_check_cond_cached(srv, con, dc->parent)) { in config_check_cond_nocache()
260 config_check_cond_cached(srv, con, dc->prev); in config_check_cond_nocache()
511 static cond_result_t config_check_cond_cached(server *srv, connection *con, data_config *dc) { in config_check_cond_cached() function
581 return (config_check_cond_cached(srv, con, dc) == COND_RESULT_TRUE); in config_check_cond()