Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/ftp/
Dnxd_ftp_client.c5304 UINT commas = 0; in _nx_ftp_client_passive_transfer_setup() local
5543 commas = 0; in _nx_ftp_client_passive_transfer_setup()
5571 commas++; in _nx_ftp_client_passive_transfer_setup()
5579 if (commas == 4) in _nx_ftp_client_passive_transfer_setup()
5618 commas++; in _nx_ftp_client_passive_transfer_setup()
5626 if (commas >= 6) in _nx_ftp_client_passive_transfer_setup()
5647 …if ((status != NX_SUCCESS) || (buffer_ptr[i] != 13) || (commas != 5) || (ip_address == 0) || (data… in _nx_ftp_client_passive_transfer_setup()
Dnxd_ftp_server.c1617 UINT commas; in _nx_ftp_server_command_process() local
3665 commas = 0; in _nx_ftp_server_command_process()
3693 commas++; in _nx_ftp_server_command_process()
3701 if (commas == 4) in _nx_ftp_server_command_process()
3741 commas++; in _nx_ftp_server_command_process()
3749 if (commas >= 6) in _nx_ftp_server_command_process()
3768 … if ((buffer_ptr[j] != 13) || (commas != 5) || (ip_address == 0) || (port == 0) || in _nx_ftp_server_command_process()