Searched refs:buffer_copy_string_len_lc (Results 1 – 13 of 13) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | buffer.h | 104 void buffer_copy_string_len_lc(buffer * restrict b, const char * restrict s, size_t len);
|
| H A D | mod_extforward.c | 943 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 D | buffer.c | 266 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 D | response.c | 584 buffer_copy_string_len_lc(&r->uri.authority, BUF_PTR_LEN(r->http_host)); in http_response_comeback()
|
| H A D | request.c | 342 buffer_copy_string_len_lc(r->http_host, h, hlen); in http_request_header_set_Host()
|
| H A D | configfile.c | 2601 buffer_copy_string_len_lc(tb, BUF_PTR_LEN(s->document_root)); in config_set_defaults()
|
| H A D | mod_gnutls.c | 1481 buffer_copy_string_len_lc(&r->uri.authority, (const char *)servername, len); in mod_gnutls_SNI()
|
| H A D | mod_magnet.c | 1594 buffer_copy_string_len_lc(r->http_host, v.ptr, v.len); in magnet_reqhdr_set()
|
| H A D | mod_wolfssl.c | 1316 buffer_copy_string_len_lc(&r->uri.authority, servername, len); in mod_openssl_SNI()
|
| H A D | mod_nss.c | 1423 buffer_copy_string_len_lc(&r->uri.authority,(const char *)sn->data,sn->len); in mod_nss_SNI()
|
| H A D | mod_mbedtls.c | 737 buffer_copy_string_len_lc(&r->uri.authority, (const char *)servername, len); in mod_mbedtls_SNI()
|
| H A D | mod_openssl.c | 1189 buffer_copy_string_len_lc(&r->uri.authority, servername, len); in mod_openssl_SNI()
|
| /lighttpd1.4/ |
| H A D | NEWS | 821 * [multiple] buffer_copy_string_len_lc()
|