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.c323 (cmd == CURL_DO) ? "DO" : (cmd == CURL_DONT) ? "DONT" : 0; in printoption()
411 send_negotiation(conn, CURL_DONT, option); in set_remote_option()
449 send_negotiation(conn, CURL_DONT, option); in rec_will()
479 send_negotiation(conn, CURL_DONT, option); in rec_will()
497 send_negotiation(conn, CURL_DONT, option); in rec_wont()
1124 case CURL_DONT: in telrcv()
1167 printoption(data, "RCVD", CURL_DONT, c); in telrcv()