Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dtftp.c944 struct tftp_state_data *state = conn->proto.tftpc; in tftp_disconnect()
974 state = conn->proto.tftpc = calloc(1, sizeof(struct tftp_state_data)); in tftp_connect()
1062 struct tftp_state_data *state = conn->proto.tftpc; in tftp_done()
1105 struct tftp_state_data *state = conn->proto.tftpc; in tftp_receive_packet()
1192 struct tftp_state_data *state = conn->proto.tftpc; in tftp_state_timeout()
1227 struct tftp_state_data *state = conn->proto.tftpc; in tftp_multi_statemach()
1312 struct tftp_state_data *state = conn->proto.tftpc; in tftp_perform()
1348 if(!conn->proto.tftpc) { in tftp_do()
1354 state = conn->proto.tftpc; in tftp_do()
H A Durldata.h1031 struct tftp_state_data *tftpc; member

Completed in 7 milliseconds