HomeSort by relevance Sort by last modified time
    Searched defs:sed_commands_t (Results 1 - 2 of 2) sorted by null

  /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...]
  /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);

Completed in 120 milliseconds