Home
last modified time | relevance | path

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

/third_party/curl/src/
Dtool_cfgable.h205 struct curl_slist *telnet_options; member
Dtool_cfgable.c164 curl_slist_free_all(config->telnet_options); in free_config_fields()
Dtool_getparam.c2471 err = add2list(&config->telnet_options, nextarg); in getparameter()
Dtool_operate.c2112 my_setopt_slist(curl, CURLOPT_TELNETOPTIONS, config->telnet_options); in single_transfer()
/third_party/curl/lib/
Durldata.h1713 struct curl_slist *telnet_options; /* linked list of telnet options */ member
Dtelnet.c815 for(head = data->set.telnet_options; head && !result; head = head->next) { in check_telnet_options()
Dsetopt.c2237 data->set.telnet_options = va_arg(param, struct curl_slist *); in Curl_vsetopt()