Searched refs:CURL_DONT (Results 1 – 2 of 2) sorted by relevance
/external/curl/lib/ |
D | arpa_telnet.h | 80 #define CURL_DONT 254 /* DON'T use this option! */ macro
|
D | telnet.c | 281 (cmd == CURL_DONT) ? "DONT" : 0; in printoption() 369 send_negotiation(data, CURL_DONT, option); in set_remote_option() 407 send_negotiation(data, CURL_DONT, option); in rec_will() 437 send_negotiation(data, CURL_DONT, option); in rec_will() 455 send_negotiation(data, CURL_DONT, option); in rec_wont() 1118 case CURL_DONT: in telrcv() 1161 printoption(data, "RCVD", CURL_DONT, c); in telrcv()
|