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.c134 result = pp->statemach_act(conn); in Curl_pp_statemach()
Dpop3.c1124 pp->statemach_act = pop3_statemach_act; in pop3_connect()
Dsmtp.c1154 pp->statemach_act = smtp_statemach_act; in smtp_connect()
Dimap.c1418 pp->statemach_act = imap_statemach_act; in imap_connect()
Dftp.c3138 pp->statemach_act = ftp_statemach_act; in ftp_connect()