Searched defs:after (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/filters/
H A Dmod_buffer.c191 apr_bucket *e, *after; local
282 apr_brigade_partition(ctx->bb, readbytes, &after);
284 while (e != after) {
H A Dmod_proxy_html.c745 const char *after; local
758 after = end+1;
772 str = apr_pstrcat(r->pool, before, replacement, after, NULL);
875 /* defer dealing with charset_out until after sniffing charset_in

Completed in 1501 milliseconds