Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Darray.h95 COMP_HTTP_REMOTE_IP, enumerator
H A Dconfigparser.y432 { COMP_HTTP_REMOTE_IP, CONST_STR_LEN("HTTP[\"remoteip\"]" ) }, in SRVVARNAME()
433 { COMP_HTTP_REMOTE_IP, CONST_STR_LEN("HTTP[\"remote-ip\"]" ) }, in SRVVARNAME()
H A Dmod_extforward.c342 config_cond_cache_reset_item(srv, con, COMP_HTTP_REMOTE_IP); in clean_cond_cache()
H A Dconfigparser.c1218 { COMP_HTTP_REMOTE_IP, CONST_STR_LEN("HTTP[\"remoteip\"]" ) }, in yy_reduce()
1219 { COMP_HTTP_REMOTE_IP, CONST_STR_LEN("HTTP[\"remote-ip\"]" ) }, in yy_reduce()
H A Dconfigfile-glue.c326 case COMP_HTTP_REMOTE_IP: { in config_check_cond_nocache()
H A Dresponse.c279 config_patch_connection(srv, con, COMP_HTTP_REMOTE_IP); /* Client-IP */ in http_response_prepare()