Home
last modified time | relevance | path

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

/external/curl/lib/
Dtftp.c158 static CURLcode tftp_multi_statemach(struct connectdata *conn, bool *done);
176 tftp_multi_statemach, /* connecting */
1211 static CURLcode tftp_multi_statemach(struct connectdata *conn, bool *done) in tftp_multi_statemach() function
1273 result = tftp_multi_statemach(conn, dophase_done); in tftp_doing()
1309 tftp_multi_statemach(conn, dophase_done); in tftp_perform()