Home
last modified time | relevance | path

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

/external/curl/lib/
Dtftp.c157 static CURLcode tftp_multi_statemach(struct connectdata *conn, bool *done);
175 tftp_multi_statemach, /* connecting */
1195 static CURLcode tftp_multi_statemach(struct connectdata *conn, bool *done) in tftp_multi_statemach() function
1257 result = tftp_multi_statemach(conn, dophase_done); in tftp_doing()
1293 tftp_multi_statemach(conn, dophase_done); in tftp_perform()