Home
last modified time | relevance | path

Searched refs:argument_index (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/addons/pop3/
Dnxd_pop3_client.c2283 void _nx_pop3_parse_response(CHAR *buffer, UINT argument_index, UINT buffer_length, CHAR *argument… in _nx_pop3_parse_response() argument
2294 (argument_length == 0) || (argument_index == 0)) in _nx_pop3_parse_response()
2306 if (argument_index == 1) in _nx_pop3_parse_response()
2366 while (j < argument_index && i < buffer_length) in _nx_pop3_parse_response()
2402 if (j == argument_index - 1) in _nx_pop3_parse_response()
Dnxd_pop3_client.h268 VOID _nx_pop3_parse_response(CHAR *buffer, UINT argument_index, UINT buffer_length, CHAR *argume…
/NetX-Duo-v6.2.1/addons/smtp/
Dnxd_smtp_client.c4250 UINT _nx_smtp_parse_response(NX_SMTP_CLIENT *client_ptr, UCHAR *buffer, UINT argument_index, in _nx_smtp_parse_response() argument
4264 if ((buffer == NX_NULL) || (buffer_length == 0) || (argument_index == 0)) in _nx_smtp_parse_response()
4274 if (argument_index == 1) in _nx_smtp_parse_response()
4324 while ((j < argument_index) && (i < buffer_length)) in _nx_smtp_parse_response()
4362 if (j == (argument_index - 1)) in _nx_smtp_parse_response()