Searched refs:error_string (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/addons/tftp/ |
| D | nxd_tftp_client.h | 271 …tftp_client_error_info_get(NX_TFTP_CLIENT *tftp_client_ptr, UINT *error_code, CHAR **error_string); 290 …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);
|
| D | nxd_tftp_client.c | 525 …_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 533 (error_code == NX_NULL) || (error_string == NX_NULL)) in _nxde_tftp_client_error_info_get() 540 status = _nxd_tftp_client_error_info_get(tftp_client_ptr, error_code, error_string); in _nxde_tftp_client_error_info_get() 593 …_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 598 *error_string = &(tftp_client_ptr -> nx_tftp_client_error_string[0]); in _nxd_tftp_client_error_info_get()
|