Searched refs:argument_index (Results 1 – 3 of 3) sorted by relevance
2283 void _nx_pop3_parse_response(CHAR *buffer, UINT argument_index, UINT buffer_length, CHAR *argument… in _nx_pop3_parse_response() argument2294 (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()
268 VOID _nx_pop3_parse_response(CHAR *buffer, UINT argument_index, UINT buffer_length, CHAR *argume…
4250 UINT _nx_smtp_parse_response(NX_SMTP_CLIENT *client_ptr, UCHAR *buffer, UINT argument_index, in _nx_smtp_parse_response() argument4264 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()