Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durldata.h1737 curl_ftpauth ftpsslauth; /* what AUTH XXX to be attempted */ member
Dftp.c2719 switch(data->set.ftpsslauth) { in ftp_statemachine()
2731 (int)data->set.ftpsslauth); in ftp_statemachine()
Dsetopt.c1257 data->set.ftpsslauth = (curl_ftpauth)arg; in Curl_vsetopt()