Home
last modified time | relevance | path

Searched refs:telnet_options (Results 1 - 7 of 7) sorted by relevance

/third_party/curl/src/
H A Dtool_cfgable.h205 struct curl_slist *telnet_options; member
H A Dtool_cfgable.c165 curl_slist_free_all(config->telnet_options); in free_config_fields()
H A Dtool_getparam.c2560 err = add2list(&config->telnet_options, nextarg); in getparameter()
H A Dtool_operate.c1909 my_setopt_slist(curl, CURLOPT_TELNETOPTIONS, config->telnet_options); in single_transfer()
/third_party/curl/lib/
H A Dtelnet.c819 for(head = data->set.telnet_options; head && !result; head = head->next) { in check_telnet_options()
H A Durldata.h1725 struct curl_slist *telnet_options; /* linked list of telnet options */ member
H A Dsetopt.c2209 data->set.telnet_options = va_arg(param, struct curl_slist *); in Curl_vsetopt()

Completed in 16 milliseconds