Searched defs:sed_commands_t (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/apache2/mod_sed/
H A Dlibsed.h68 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 *command
[all...]

Completed in 24 milliseconds