| /webstack/mod_sed/ |
| libsed.h | 68 typedef struct sed_commands_s sed_commands_t; typedef in typeref:struct:sed_commands_s 117 sed_commands_t *commands; 154 apr_status_t sed_init_commands(sed_commands_t *commands, sed_err_fn_t *errfn, void *data, 156 apr_status_t sed_compile_string(sed_commands_t *commands, const char *s); 157 apr_status_t sed_compile_file(sed_commands_t *commands, apr_file_t *fin); 158 char* sed_get_finalize_error(const sed_commands_t *commands, apr_pool_t* pool); 159 int sed_canbe_finalized(const sed_commands_t *commands); 160 void sed_destroy_commands(sed_commands_t *commands); 162 apr_status_t sed_init_eval(sed_eval_t *eval, sed_commands_t *commands, 165 apr_status_t sed_reset_eval(sed_eval_t *eval, sed_commands_t *commands, sed_err_fn_t *errfn, void *data) [all...] |
| regexp.h | 70 extern char *sed_compile(sed_commands_t *commands, sed_comp_args *compargs, 72 extern void command_errf(sed_commands_t *commands, const char *fmt, ...);
|
| sed0.c | 29 static int fcomp(sed_commands_t *commands, apr_file_t *fin); 30 static char *compsub(sed_commands_t *commands, 32 static int rline(sed_commands_t *commands, apr_file_t *fin, 34 static char *address(sed_commands_t *commands, char *expbuf, 36 static char *text(sed_commands_t *commands, char *textbuf, char *endbuf); 37 static sed_label_t *search(sed_commands_t *commands); 38 static char *ycomp(sed_commands_t *commands, char *expbuf); 39 static char *comple(sed_commands_t *commands, sed_comp_args *compargs, 41 static sed_reptr_t *alloc_reptr(sed_commands_t *commands); 42 static int check_finalized(const sed_commands_t *commands) [all...] |
| regexp.c | 56 static int regerr(sed_commands_t *commands, int err); 57 static void comperr(sed_commands_t *commands, char *msg); 63 static void comperr(sed_commands_t *commands, char *msg) 70 static int regerr(sed_commands_t *commands, int err) 132 char *sed_compile(sed_commands_t *commands, sed_comp_args *compargs,
|
| mod_sed.c | 33 sed_commands_t *sed_cmds; 128 sed_commands_t *sed_cmds; 129 sed_cmds = apr_pcalloc(cmd->pool, sizeof(sed_commands_t));
|
| sed1.c | 237 apr_status_t 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) 248 apr_status_t sed_reset_eval(sed_eval_t *eval, sed_commands_t *commands, sed_err_fn_t *errfn, void *data)
|
| /webstack/webserver/src/server/libsed/ |
| libsed.h | 104 typedef struct sed_commands_s sed_commands_t; typedef in typeref:struct:sed_commands_s 151 sed_commands_t *commands; 188 PRStatus sed_init_commands(sed_commands_t *commands, sed_err_fn_t *errfn, void *data, 190 PRStatus sed_compile_string(sed_commands_t *commands, const char *s); 191 PRStatus sed_compile_file(sed_commands_t *commands, PRFileDesc *fin); 192 PRStatus sed_finalize_commands(sed_commands_t *commands); 193 void sed_destroy_commands(sed_commands_t *commands); 195 PRStatus sed_init_eval(sed_eval_t *eval, sed_commands_t *commands, 197 PRStatus sed_reset_eval(sed_eval_t *eval, sed_commands_t *commands, sed_err_fn_t *errfn, void *data);
|
| regexp.h | 103 extern char *sed_compile(sed_commands_t *commands, sed_comp_args *compargs, 105 extern void command_errf(sed_commands_t *commands, const char *fmt, ...);
|
| sed0.c | 60 static int fcomp(sed_commands_t *commands, PRFileDesc *fin); 61 static char *compsub(sed_commands_t *commands, 63 static int rline(sed_commands_t *commands, PRFileDesc *fin, 65 static char *address(sed_commands_t *commands, char *expbuf, 67 static char *text(sed_commands_t *commands, char *textbuf, char *endbuf); 68 static sed_label_t *search(sed_commands_t *commands); 69 static char *ycomp(sed_commands_t *commands, char *expbuf); 70 static char *comple(sed_commands_t *commands, sed_comp_args *compargs, 72 static sed_reptr_t *alloc_reptr(sed_commands_t *commands); 74 void command_errf(sed_commands_t *commands, const char *fmt, ... [all...] |
| regexp.c | 81 static int regerr(sed_commands_t *commands, int err); 82 static void comperr(sed_commands_t *commands, char *msg); 88 static void comperr(sed_commands_t *commands, char *msg) 95 static int regerr(sed_commands_t *commands, int err) 157 char *sed_compile(sed_commands_t *commands, sed_comp_args *compargs,
|
| sed1.c | 265 PRStatus sed_init_eval(sed_eval_t *eval, sed_commands_t *commands, sed_err_fn_t *errfn, void *data, pool_handle_t* p) 275 PRStatus sed_reset_eval(sed_eval_t *eval, sed_commands_t *commands, sed_err_fn_t *errfn, void *data)
|
| /webstack/webserver/src/server/safs/ |
| sed.cpp | 60 sed_commands_t commands; // XXX should be done at config time
|