Searched refs:config_patch_connection (Results 1 – 4 of 4) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | response.c | 245 config_patch_connection(srv, con, COMP_SERVER_SOCKET); /* SERVERsocket */ in http_response_prepare() 277 config_patch_connection(srv, con, COMP_HTTP_SCHEME); /* Scheme: */ in http_response_prepare() 278 config_patch_connection(srv, con, COMP_HTTP_HOST); /* Host: */ in http_response_prepare() 279 config_patch_connection(srv, con, COMP_HTTP_REMOTE_IP); /* Client-IP */ in http_response_prepare() 280 config_patch_connection(srv, con, COMP_HTTP_REFERER); /* Referer: */ in http_response_prepare() 281 config_patch_connection(srv, con, COMP_HTTP_USER_AGENT);/* User-Agent: */ in http_response_prepare() 282 config_patch_connection(srv, con, COMP_HTTP_LANGUAGE); /* Accept-Language: */ in http_response_prepare() 283 config_patch_connection(srv, con, COMP_HTTP_COOKIE); /* Cookie: */ in http_response_prepare() 284 config_patch_connection(srv, con, COMP_HTTP_REQUEST_METHOD); /* REQUEST_METHOD */ in http_response_prepare() 369 config_patch_connection(srv, con, COMP_HTTP_URL); /* HTTPurl */ in http_response_prepare() [all …]
|
| H A D | plugin.h | 88 int config_patch_connection(server *srv, connection *con, comp_key_t comp);
|
| H A D | network.c | 113 config_patch_connection(srv, con, COMP_SERVER_SOCKET); in network_ssl_servername_callback() 114 config_patch_connection(srv, con, COMP_HTTP_SCHEME); in network_ssl_servername_callback() 115 config_patch_connection(srv, con, COMP_HTTP_HOST); in network_ssl_servername_callback()
|
| H A D | configfile.c | 378 int config_patch_connection(server *srv, connection *con, comp_key_t comp) { in config_patch_connection() function
|