Home
last modified time | relevance | path

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

/external/curl/lib/
Darpa_telnet.h75 #define CURL_DO 253 /* DO use this option! */ macro
Dtelnet.c323 (cmd == CURL_DO) ? "DO" : (cmd == CURL_DONT) ? "DONT" : 0; in printoption()
372 send_negotiation(conn, CURL_DO, option); in set_remote_option()
446 send_negotiation(conn, CURL_DO, option); in rec_will()
509 send_negotiation(conn, CURL_DO, option); in rec_wont()
1121 case CURL_DO: in telrcv()
1160 printoption(data, "RCVD", CURL_DO, c); in telrcv()