Home
last modified time | relevance | path

Searched refs:buffer_substr_replace (Results 1 – 4 of 4) sorted by relevance

/lighttpd1.4/src/
H A Dmod_proxy.c436 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 Dbuffer.h166 void buffer_substr_replace (buffer * restrict b, size_t offset, size_t len, const buffer * restrict…
H A Dbuffer.c461 void buffer_substr_replace (buffer * const restrict b, const size_t offset, in buffer_substr_replace() function
/lighttpd1.4/
H A DNEWS176 * [core] fix buffer_substr_replace() extend (fixes #3160)
2421 * [core] buffer_substr_replace()