Searched refs:buffer_substr_replace (Results 1 – 4 of 4) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | mod_proxy.c | 436 buffer_substr_replace(b, off, alen, m); in http_header_remap_host() 455 buffer_substr_replace(b, off, mlen, &ds->value); in http_header_remap_urlpath() 465 buffer_substr_replace(b, off, mlen, &ds->key); in http_header_remap_urlpath() 473 buffer_substr_replace(b, off, mlen, &ds->key); in http_header_remap_urlpath() 526 buffer_substr_replace(b, off, alen, m); in http_header_remap_uri()
|
| H A D | buffer.h | 166 void buffer_substr_replace (buffer * restrict b, size_t offset, size_t len, const buffer * restrict…
|
| H A D | buffer.c | 461 void buffer_substr_replace (buffer * const restrict b, const size_t offset, in buffer_substr_replace() function
|
| /lighttpd1.4/ |
| H A D | NEWS | 176 * [core] fix buffer_substr_replace() extend (fixes #3160) 2421 * [core] buffer_substr_replace()
|