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

/macosx-10.10.1/curl-83.1.2/curl/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);
1331 was OK, see if tftp_translate_code() has an error. */
1334 code = tftp_translate_code(state->error);

Completed in 112 milliseconds