Home
last modified time | relevance | path

Searched refs:convert_to_uppercase (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/addons/pop3/
Dnxd_pop3_client.h268 …x, UINT buffer_length, CHAR *argument, UINT argument_length, UINT convert_to_uppercase, UINT inclu…
Dnxd_pop3_client.c2284 UINT convert_to_uppercase, UINT crlf_are_word_breaks) in _nx_pop3_parse_response() argument
2339 *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()