Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconfigfile.h25 void config_cond_cache_reset_item(server *srv, connection *con, comp_key_t item);
28 config_cond_cache_reset_item(srv, con, COMP_LAST_ELEMENT);
H A Dmod_extforward.c342 config_cond_cache_reset_item(srv, con, COMP_HTTP_REMOTE_IP); in clean_cond_cache()
H A Dconfigfile-glue.c551 void config_cond_cache_reset_item(server *srv, connection *con, comp_key_t item) { in config_cond_cache_reset_item() function