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

/httpd/modules/filters/
H A Dmod_proxy_html.c156 /* This is always utf-8 on entry. We can convert charset within FLUSH */
157 #define FLUSH AP_fwrite(ctx, (chars+begin), (i-begin), 0); begin = i+1 macro
166 case '&' : FLUSH; ap_fputs(ctx->f->next, ctx->bb, "&"); break;
167 case '<' : FLUSH; ap_fputs(ctx->f->next, ctx->bb, "&lt;"); break;
168 case '>' : FLUSH; ap_fputs(ctx->f->next, ctx->bb, "&gt;"); break;
169 case '"' : FLUSH; ap_fputs(ctx->f->next, ctx->bb, "&quot;"); break;
173 FLUSH;

Completed in 257 milliseconds