Searched refs:error_string (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.2.1/addons/tftp/ |
D | nxd_tftp_client.h | 272 …tftp_client_error_info_get(NX_TFTP_CLIENT *tftp_client_ptr, UINT *error_code, CHAR **error_string); 291 …tftp_client_error_info_get(NX_TFTP_CLIENT *tftp_client_ptr, UINT *error_code, CHAR **error_string); 292 …tftp_client_error_info_get(NX_TFTP_CLIENT *tftp_client_ptr, UINT *error_code, CHAR **error_string);
|
D | nxd_tftp_client.c | 526 …_tftp_client_error_info_get(NX_TFTP_CLIENT *tftp_client_ptr, UINT *error_code, CHAR **error_string) in _nxde_tftp_client_error_info_get() argument 534 (error_code == NX_NULL) || (error_string == NX_NULL)) in _nxde_tftp_client_error_info_get() 541 status = _nxd_tftp_client_error_info_get(tftp_client_ptr, error_code, error_string); in _nxde_tftp_client_error_info_get() 594 …_tftp_client_error_info_get(NX_TFTP_CLIENT *tftp_client_ptr, UINT *error_code, CHAR **error_string) in _nxd_tftp_client_error_info_get() argument 599 *error_string = &(tftp_client_ptr -> nx_tftp_client_error_string[0]); in _nxd_tftp_client_error_info_get()
|