Home
last modified time | relevance | path

Searched refs:CURL_DONT (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Darpa_telnet.h76 #define CURL_DONT 254 /* DON'T use this option! */ macro
Dtelnet.c324 (cmd == CURL_DO) ? "DO" : (cmd == CURL_DONT) ? "DONT" : 0; in printoption()
412 send_negotiation(conn, CURL_DONT, option); in set_remote_option()
450 send_negotiation(conn, CURL_DONT, option); in rec_will()
480 send_negotiation(conn, CURL_DONT, option); in rec_will()
498 send_negotiation(conn, CURL_DONT, option); in rec_wont()
1125 case CURL_DONT: in telrcv()
1168 printoption(data, "RCVD", CURL_DONT, c); in telrcv()