Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/ftp/
Dnxd_ftp_client.h366 UINT _nx_ftp_client_block_header_send(NX_FTP_CLIENT *ftp_client_ptr, ULONG block_size);
Dnxd_ftp_client.c4362 status = _nx_ftp_client_block_header_send(ftp_client_ptr, file_size); in _nx_ftp_client_file_size_set()
4538 status = _nx_ftp_client_block_header_send(ftp_client_ptr, 0); in _nx_ftp_client_file_write()
5936 UINT _nx_ftp_client_block_header_send(NX_FTP_CLIENT *ftp_client_ptr, ULONG block_size) in _nx_ftp_client_block_header_send() function