Searched refs:send_negotiation (Results 1 - 1 of 1) sorted by relevance
/third_party/curl/lib/ |
H A D | telnet.c | 104 static void send_negotiation(struct Curl_easy *data, int cmd, int option); 305 static void send_negotiation(struct Curl_easy *data, int cmd, int option) in send_negotiation() function 332 send_negotiation(data, CURL_DO, option); in set_remote_option() 371 send_negotiation(data, CURL_DONT, option); in set_remote_option() 406 send_negotiation(data, CURL_DO, option); in rec_will() 409 send_negotiation(data, CURL_DONT, option); in rec_will() 439 send_negotiation(data, CURL_DONT, option); in rec_will() 457 send_negotiation(data, CURL_DONT, option); in rec_wont() 469 send_negotiation(data, CURL_DO, option); in rec_wont() 496 send_negotiation(dat in set_local_option() [all...] |
Completed in 2 milliseconds