Searched refs:eval (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/filters/
H A Dsed1.c64 static int substitute(sed_eval_t *eval, sed_reptr_t *ipc,
66 static apr_status_t execute(sed_eval_t *eval);
67 static int match(sed_eval_t *eval, char *expbuf, int gf,
69 static apr_status_t dosub(sed_eval_t *eval, char *rhsbuf, int n,
71 static char *place(sed_eval_t *eval, char *asp, char *al1, char *al2);
72 static apr_status_t command(sed_eval_t *eval, sed_reptr_t *ipc,
74 static apr_status_t wline(sed_eval_t *eval, char *buf, int sz);
75 static apr_status_t arout(sed_eval_t *eval);
77 static void eval_errf(sed_eval_t *eval, const char *fmt, ...) argument
79 if (eval
127 grow_line_buffer(sed_eval_t *eval, int newsize) argument
136 grow_hold_buffer(sed_eval_t *eval, int newsize) argument
145 grow_gen_buffer(sed_eval_t *eval, int newsize, char **gspend) argument
159 appendmem_to_linebuf(sed_eval_t *eval, const char* sz, int len) argument
172 append_to_linebuf(sed_eval_t *eval, const char* sz) argument
183 copy_to_linebuf(sed_eval_t *eval, const char* sz) argument
192 append_to_holdbuf(sed_eval_t *eval, const char* sz) argument
207 copy_to_holdbuf(sed_eval_t *eval, const char* sz) argument
216 append_to_genbuf(sed_eval_t *eval, const char* sz, char **gspend) argument
231 copy_to_genbuf(sed_eval_t *eval, const char* sz) argument
243 sed_init_eval(sed_eval_t *eval, sed_commands_t *commands, sed_err_fn_t *errfn, void *data, sed_write_fn_t *writefn, apr_pool_t* p) argument
254 sed_reset_eval(sed_eval_t *eval, sed_commands_t *commands, sed_err_fn_t *errfn, void *data) argument
316 sed_destroy_eval(sed_eval_t *eval) argument
332 sed_eval_file(sed_eval_t *eval, apr_file_t *fin, void *fout) argument
355 sed_eval_buffer(sed_eval_t *eval, const char *buf, int bufsz, void *fout) argument
422 sed_finalize_eval(sed_eval_t *eval, void *fout) argument
461 execute(sed_eval_t *eval) argument
582 match(sed_eval_t *eval, char *expbuf, int gf, step_vars_storage *step_vars) argument
603 substitute(sed_eval_t *eval, sed_reptr_t *ipc, step_vars_storage *step_vars) argument
626 dosub(sed_eval_t *eval, char *rhsbuf, int n, step_vars_storage *step_vars) argument
675 place(sed_eval_t *eval, char *asp, char *al1, char *al2) argument
691 command(sed_eval_t *eval, sed_reptr_t *ipc, step_vars_storage *step_vars) argument
969 arout(sed_eval_t *eval) argument
1010 wline(sed_eval_t *eval, char *buf, int sz) argument
[all...]
H A Dlibsed.h159 apr_status_t sed_init_eval(sed_eval_t *eval, sed_commands_t *commands,
162 apr_status_t sed_reset_eval(sed_eval_t *eval, sed_commands_t *commands, sed_err_fn_t *errfn, void *data);
163 apr_status_t sed_eval_buffer(sed_eval_t *eval, const char *buf, int bufsz, void *fout);
164 apr_status_t sed_eval_file(sed_eval_t *eval, apr_file_t *fin, void *fout);
165 apr_status_t sed_finalize_eval(sed_eval_t *eval, void *f);
166 void sed_destroy_eval(sed_eval_t *eval);
H A Dmod_sed.c47 sed_eval_t eval; member in struct:sed_filter_ctxt
223 /* sed eval cleanup function */
226 sed_eval_t *eval = (sed_eval_t *) data; local
227 sed_destroy_eval(eval);
247 status = sed_init_eval(&ctx->eval, sed_cfg->sed_cmds, log_sed_errf,
252 apr_pool_cleanup_register(r->pool, &ctx->eval, sed_eval_cleanup,
324 sed_finalize_eval(&ctx->eval, ctx);
349 status = sed_eval_buffer(&ctx->eval, buf, bytes, ctx);
444 sed_finalize_eval(&ctx->eval, ctx);
456 status = sed_eval_buffer(&ctx->eval, bu
[all...]
/httpd/modules/metadata/
H A Dmod_headers.c722 int eval = ap_expr_exec(r, hdr->expr, &err); local
728 else if (!eval) {

Completed in 1663 milliseconds