Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_cfgable.h209 struct curl_slist *telnet_options; member
H A Dtool_cfgable.c169 curl_slist_free_all(config->telnet_options); in free_config_fields()
H A Dtool_getparam.c2449 err = add2list(&config->telnet_options, nextarg); in getparameter()
H A Dtool_operate.c2069 my_setopt_slist(curl, CURLOPT_TELNETOPTIONS, config->telnet_options); in single_transfer()
/curl/lib/
H A Durldata.h1630 struct curl_slist *telnet_options; /* linked list of telnet options */ member
H A Dtelnet.c820 for(head = data->set.telnet_options; head && !result; head = head->next) { in check_telnet_options()
H A Dsetopt.c2250 data->set.telnet_options = va_arg(param, struct curl_slist *); in Curl_vsetopt()

Completed in 42 milliseconds