Home
last modified time | relevance | path

Searched refs:buffer_copy_string_len_lc (Results 1 – 13 of 13) sorted by relevance

/lighttpd1.4/src/
H A Dbuffer.h104 void buffer_copy_string_len_lc(buffer * restrict b, const char * restrict s, size_t len);
H A Dmod_extforward.c943 buffer_copy_string_len_lc(r->http_host, s+v, vlen-v); in mod_extforward_Forwarded()
950 buffer_copy_string_len_lc(r->http_host, s+v, vlen-v); in mod_extforward_Forwarded()
H A Dbuffer.c266 buffer_copy_string_len_lc (buffer * const restrict b, const char * const restrict s, const size_t l… in buffer_copy_string_len_lc() function
H A Dresponse.c584 buffer_copy_string_len_lc(&r->uri.authority, BUF_PTR_LEN(r->http_host)); in http_response_comeback()
H A Drequest.c342 buffer_copy_string_len_lc(r->http_host, h, hlen); in http_request_header_set_Host()
H A Dconfigfile.c2601 buffer_copy_string_len_lc(tb, BUF_PTR_LEN(s->document_root)); in config_set_defaults()
H A Dmod_gnutls.c1481 buffer_copy_string_len_lc(&r->uri.authority, (const char *)servername, len); in mod_gnutls_SNI()
H A Dmod_magnet.c1594 buffer_copy_string_len_lc(r->http_host, v.ptr, v.len); in magnet_reqhdr_set()
H A Dmod_wolfssl.c1316 buffer_copy_string_len_lc(&r->uri.authority, servername, len); in mod_openssl_SNI()
H A Dmod_nss.c1423 buffer_copy_string_len_lc(&r->uri.authority,(const char *)sn->data,sn->len); in mod_nss_SNI()
H A Dmod_mbedtls.c737 buffer_copy_string_len_lc(&r->uri.authority, (const char *)servername, len); in mod_mbedtls_SNI()
H A Dmod_openssl.c1189 buffer_copy_string_len_lc(&r->uri.authority, servername, len); in mod_openssl_SNI()
/lighttpd1.4/
H A DNEWS821 * [multiple] buffer_copy_string_len_lc()