Searched refs:convert_to_uppercase (Results 1 – 2 of 2) sorted by relevance
268 …x, UINT buffer_length, CHAR *argument, UINT argument_length, UINT convert_to_uppercase, UINT inclu…
2284 UINT convert_to_uppercase, UINT crlf_are_word_breaks) in _nx_pop3_parse_response() argument2339 *argument++ = convert_to_uppercase ? (CHAR)toupper((INT)(*buffer)) : *buffer; in _nx_pop3_parse_response()2413 *argument++ = convert_to_uppercase ? (CHAR)toupper((INT)*buffer) : *buffer; in _nx_pop3_parse_response()