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

/httpd/include/
H A Dapreq.h163 APREQ_CHARSET_CP1252 =2, /* Windows-1252 */ enumerator in enum:__anon11
/httpd/server/
H A Dapreq_param.c114 if (charset != APREQ_CHARSET_CP1252)
117 case APREQ_CHARSET_CP1252:
118 charset = APREQ_CHARSET_CP1252;
H A Dapreq_parser_urlencoded.c141 if (charset != APREQ_CHARSET_CP1252)
144 case APREQ_CHARSET_CP1252:
145 charset = APREQ_CHARSET_CP1252;
H A Dapreq_util.c262 return APREQ_CHARSET_CP1252;
270 return APREQ_CHARSET_CP1252;
274 return APREQ_CHARSET_CP1252;
290 return APREQ_CHARSET_CP1252;
320 APREQ_CHARSET_CP1252 : APREQ_CHARSET_LATIN1 : rv;

Completed in 291 milliseconds