Lines Matching defs:sed_commands_t
68 typedef struct sed_commands_s sed_commands_t;
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);