Searched refs:statemach_act (Results 1 – 6 of 6) sorted by relevance
72 CURLcode (*statemach_act)(struct connectdata *conn); member
131 result = pp->statemach_act(conn); in Curl_pp_statemach()
1126 pp->statemach_act = pop3_statemach_act; in pop3_connect()
1156 pp->statemach_act = smtp_statemach_act; in smtp_connect()
1419 pp->statemach_act = imap_statemach_act; in imap_connect()
3212 pp->statemach_act = ftp_statemach_act; in ftp_connect()