Home
last modified time | relevance | path

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

/external/curl/lib/
Dpingpong.h72 CURLcode (*statemach_act)(struct connectdata *conn); member
Dpingpong.c131 result = pp->statemach_act(conn); in Curl_pp_statemach()
Dpop3.c1114 pp->statemach_act = pop3_statemach_act; in pop3_connect()
Dsmtp.c1152 pp->statemach_act = smtp_statemach_act; in smtp_connect()
Dimap.c1439 pp->statemach_act = imap_statemach_act; in imap_connect()
Dftp.c3189 pp->statemach_act = ftp_statemach_act; in ftp_connect()