Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dplugin_config.h35 COMP_HTTP_REMOTE_IP, enumerator
H A Dconfigparser.y186 { COMP_HTTP_REMOTE_IP, CONST_LEN_STR("remoteip" ) }, in configparser_comp_key_id()
187 { COMP_HTTP_REMOTE_IP, CONST_LEN_STR("remote-ip" ) }, in configparser_comp_key_id()
304 else if (COMP_HTTP_REMOTE_IP == dc->comp in configparser_parse_condition()
H A Dconfigfile-glue.c498 case COMP_HTTP_REMOTE_IP: in config_check_cond_nocache_eval()
551 else if (dc->comp == COMP_HTTP_REMOTE_IP && dc->string.ptr[0] != '/') { in config_check_cond_nocache_eval()
H A Dresponse.c593 | (1 << COMP_HTTP_REMOTE_IP) in http_response_comeback()
602 | (1 << COMP_HTTP_REMOTE_IP); in http_response_comeback()
H A Dmod_extforward.c590 config_cond_cache_reset_item(r, COMP_HTTP_REMOTE_IP); in mod_extforward_set_addr()
1139 config_cond_cache_reset_item(r, COMP_HTTP_REMOTE_IP); in REQUEST_FUNC()
H A Dconnections.c780 | (1 << COMP_HTTP_REMOTE_IP); in connection_handle_read_state()
935 | (1 << COMP_HTTP_REMOTE_IP); in connection_accepted()
H A Drequest.c1315 | (1 << COMP_HTTP_REMOTE_IP) in http_request_headers_fin()
H A Dmod_magnet.c2057 config_cond_cache_reset_item(r, COMP_HTTP_REMOTE_IP); in magnet_env_set_raddr_by_id()