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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Darpa_telnet.h76 #define CURL_DONT 254 /* DON'T use this option! */ macro
H A Dtelnet.c325 (cmd == CURL_DO) ? "DO" : (cmd == CURL_DONT) ? "DONT" : 0;
413 send_negotiation(conn, CURL_DONT, option);
451 send_negotiation(conn, CURL_DONT, option);
481 send_negotiation(conn, CURL_DONT, option);
499 send_negotiation(conn, CURL_DONT, option);
1126 case CURL_DONT:
1169 printoption(data, "RCVD", CURL_DONT, c);

Completed in 96 milliseconds