H A D | sed1.c | 64 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...] |