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

/httpd/modules/filters/
H A Dmod_charset_lite.c100 /* charset_req_t is available via r->request_config if any translation is
103 typedef struct charset_req_t { struct
106 } charset_req_t; typedef in typeref:struct:charset_req_t
197 charset_req_t *reqinfo;
245 reqinfo = (charset_req_t *)apr_pcalloc(r->pool,
246 sizeof(charset_req_t) +
317 charset_req_t *reqinfo = ap_get_module_config(r->request_config,
756 charset_req_t *reqinfo = ap_get_module_config(f->r->request_config,
979 charset_req_t *reqinfo = ap_get_module_config(f->r->request_config,

Completed in 1642 milliseconds