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

/httpd/modules/filters/
H A Dmod_sed.c38 typedef struct sed_config struct
42 } sed_config; typedef in typeref:struct:sed_config
272 sed_config *cfg = ap_get_module_config(f->r->per_dir_config,
378 sed_config *cfg = ap_get_module_config(f->r->per_dir_config,
493 sed_config *cfg = apr_pcalloc(p, sizeof(sed_config));
499 (void *) APR_OFFSETOF(sed_config, output),
503 (void *) APR_OFFSETOF(sed_config, input),

Completed in 11 milliseconds