HomeSort by relevance Sort by last modified time
    Searched refs:CURL_DO (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
arpa_telnet.h 75 #define CURL_DO 253 /* DO use this option! */
telnet.c 323 (cmd == CURL_DO) ? "DO" : (cmd == CURL_DONT) ? "DONT" : 0;
372 send_negotiation(conn, CURL_DO, option);
446 send_negotiation(conn, CURL_DO, option);
509 send_negotiation(conn, CURL_DO, option);
1121 case CURL_DO:
1160 printoption(data, "RCVD", CURL_DO, c);
    [all...]

Completed in 35 milliseconds