Searched refs:APREQ_CHARSET_LATIN1 (Results 1 - 4 of 4) sorted by relevance

/httpd/include/
H A Dapreq.h162 APREQ_CHARSET_LATIN1 =1, /* ISO-8859-1 */ enumerator in enum:__anon11
/httpd/server/
H A Dapreq_param.c113 case APREQ_CHARSET_LATIN1:
115 charset = APREQ_CHARSET_LATIN1;
H A Dapreq_parser_urlencoded.c140 case APREQ_CHARSET_LATIN1:
142 charset = APREQ_CHARSET_LATIN1;
H A Dapreq_util.c263 rv = APREQ_CHARSET_LATIN1;
275 rv = APREQ_CHARSET_LATIN1;
277 else if (rv == APREQ_CHARSET_LATIN1) {
292 rv = APREQ_CHARSET_LATIN1;
320 APREQ_CHARSET_CP1252 : APREQ_CHARSET_LATIN1 : rv;

Completed in 318 milliseconds