Searched refs:apreq_charset_t (Results 1 - 6 of 6) sorted by relevance

/httpd/include/
H A Dapreq_param.h65 apreq_charset_t apreq_param_charset_set(apreq_param_t *p, apreq_charset_t c) {
66 apreq_charset_t old = (apreq_charset_t)
74 apreq_charset_t apreq_param_charset_get(apreq_param_t *p) {
75 return (apreq_charset_t)APREQ_FLAGS_GET(p->flags, APREQ_CHARSET);
H A Dapreq.h165 } apreq_charset_t; typedef in typeref:enum:__anon11
H A Dapreq_util.h143 APREQ_DECLARE(apreq_charset_t) apreq_charset_divine(const char *src,
/httpd/server/
H A Dapreq_param.c72 apreq_charset_t charset;
H A Dapreq_parser_urlencoded.c61 apreq_charset_t charset;
H A Dapreq_util.c240 APREQ_DECLARE(apreq_charset_t) apreq_charset_divine(const char *src,
244 apreq_charset_t rv = APREQ_CHARSET_ASCII;

Completed in 15 milliseconds