Searched refs:telnet_options (Results 1 – 7 of 7) sorted by relevance
209 struct curl_slist *telnet_options; member
169 curl_slist_free_all(config->telnet_options); in free_config_fields()
2453 err = add2list(&config->telnet_options, nextarg); in getparameter()
1452 my_setopt_slist(curl, CURLOPT_TELNETOPTIONS, config->telnet_options); in config2setopts()
1644 struct curl_slist *telnet_options; /* linked list of telnet options */ member
820 for(head = data->set.telnet_options; head && !result; head = head->next) { in check_telnet_options()
1498 data->set.telnet_options = slist; in setopt_slist()
Completed in 58 milliseconds