Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/ftp/
Dnxd_ftp_client.c4793 UINT _nx_ftp_utility_convert_portnumber_ascii(UINT number, CHAR *numstring, UINT *numstring_length) in _nx_ftp_utility_convert_portnumber_ascii() argument
4801 (*numstring_length) = 0; in _nx_ftp_utility_convert_portnumber_ascii()
4804 while ((*numstring_length) < 10) in _nx_ftp_utility_convert_portnumber_ascii()
4808 for (j = (*numstring_length); j != 0; j--) in _nx_ftp_utility_convert_portnumber_ascii()
4825 (*numstring_length)++; in _nx_ftp_utility_convert_portnumber_ascii()
4833 numstring[(*numstring_length)] = (CHAR) NX_NULL; in _nx_ftp_utility_convert_portnumber_ascii()
4840 (*numstring_length) = 0; in _nx_ftp_utility_convert_portnumber_ascii()
Dnxd_ftp_client.h370 … _nx_ftp_utility_convert_portnumber_ascii(UINT number, CHAR *numstring, UINT *numstring_length);