Searched refs:sed_eval_buffer (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/filters/
H A Dlibsed.h163 apr_status_t sed_eval_buffer(sed_eval_t *eval, const char *buf, int bufsz, void *fout);
H A Dmod_sed.c153 * of sed_eval_buffer
301 * content of the bucket, call sed_eval_buffer on the data.
302 * sed_eval_buffer will read the data line by line, run filters on each
303 * line. sed_eval_buffer will generates the output by calling
306 * the data, if new line is not found then sed_eval_buffer will store the
349 status = sed_eval_buffer(&ctx->eval, buf, bytes, ctx);
413 * sed_eval_buffer on the data. libsed will generate its output using
456 status = sed_eval_buffer(&ctx->eval, buf, bytes, ctx);
H A Dsed1.c342 if (sed_eval_buffer(eval, buf, read_bytes, fout) != APR_SUCCESS)
353 * sed_eval_buffer
355 apr_status_t sed_eval_buffer(sed_eval_t *eval, const char *buf, int bufsz, void *fout) function

Completed in 15 milliseconds