Home
last modified time | relevance | path

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

/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dmod_geoip.c252 …buffer_append_int(http_header_env_set_ptr(r, CONST_STR_LEN("GEOIP_CITY_DMA_CODE")), (intmax_t)gir-… in mod_geoip_query()
253 …buffer_append_int(http_header_env_set_ptr(r, CONST_STR_LEN("GEOIP_CITY_AREA_CODE")), (intmax_t)gir… in mod_geoip_query()
H A Dhttp_header.h133 buffer * http_header_env_set_ptr(request_st *r, const char *k, uint32_t klen);
H A Dhttp_header.c343 buffer * http_header_env_set_ptr(request_st *r, const char *k, uint32_t klen) { in http_header_env_set_ptr() function
H A Dmod_wolfssl.c3252 buffer *vb = http_header_env_set_ptr(r, CONST_STR_LEN("SSL_CLIENT_VERIFY")); in https_add_ssl_client_entries()
3285 http_header_env_set_ptr(r, CONST_STR_LEN("SSL_CLIENT_M_SERIAL")), in https_add_ssl_client_entries()
3313 vb = http_header_env_set_ptr(r, CONST_STR_LEN("SSL_CLIENT_CERT")); in https_add_ssl_client_entries()
H A Dresponse.c894 http_header_env_set_ptr(r, CONST_STR_LEN("REDIRECT_STATUS")), in http_response_call_error_handler()
H A Dmod_nss.c2508 http_header_env_set_ptr(r, CONST_STR_LEN("SSL_CLIENT_CERT")), in https_add_ssl_client_cert()
2576 buffer *vb = http_header_env_set_ptr(r, CONST_STR_LEN("SSL_CLIENT_VERIFY")); in https_add_ssl_client_entries()
2610 http_header_env_set_ptr(r, CONST_STR_LEN("SSL_CLIENT_M_SERIAL")), in https_add_ssl_client_entries()
H A Dmod_gnutls.c2821 buffer *vb = http_header_env_set_ptr(r, CONST_STR_LEN("SSL_CLIENT_VERIFY")); in https_add_ssl_client_entries()
2872 http_header_env_set_ptr(r, CONST_STR_LEN("SSL_CLIENT_M_SERIAL")), in https_add_ssl_client_entries()
H A Dmod_openssl.c3494 buffer *vb = http_header_env_set_ptr(r, CONST_STR_LEN("SSL_CLIENT_VERIFY")); in https_add_ssl_client_entries()
3557 vb = http_header_env_set_ptr(r, CONST_STR_LEN("SSL_CLIENT_CERT")); in https_add_ssl_client_entries()
H A Dmod_mbedtls.c2466 buffer *vb = http_header_env_set_ptr(r, CONST_STR_LEN("SSL_CLIENT_VERIFY")); in https_add_ssl_client_entries()
2501 http_header_env_set_ptr(r, CONST_STR_LEN("SSL_CLIENT_M_SERIAL")), in https_add_ssl_client_entries()
H A Dmod_deflate.c1393 http_header_env_set_ptr(r, CONST_STR_LEN("ratio")), in mod_deflate_note_ratio()
H A Dmod_magnet.c2413 http_header_env_set_ptr(r,CONST_STR_LEN("_L_MAGNET_RESTART")); in magnet_attract()