Searched refs:tftp_translate_code (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dtftp.c164 static CURLcode tftp_translate_code(tftp_error_t error);
827 * tftp_translate_code
832 static CURLcode tftp_translate_code(tftp_error_t error) function
1045 code = tftp_translate_code(state->error);
1328 was OK, see if tftp_translate_code() has an error. */
1331 code = tftp_translate_code(state->error);

Completed in 106 milliseconds