HomeSort by relevance Sort by last modified time
    Searched full:send_negotiation (Results 1 - 1 of 1) sorted by null

  /external/curl/lib/
telnet.c 109 static void send_negotiation(struct connectdata *, int cmd, int option);
344 static void send_negotiation(struct connectdata *conn, int cmd, int option) function
372 send_negotiation(conn, CURL_DO, option);
411 send_negotiation(conn, CURL_DONT, option);
446 send_negotiation(conn, CURL_DO, option);
449 send_negotiation(conn, CURL_DONT, option);
479 send_negotiation(conn, CURL_DONT, option);
497 send_negotiation(conn, CURL_DONT, option);
509 send_negotiation(conn, CURL_DO, option);
536 send_negotiation(conn, CURL_WILL, option)
    [all...]

Completed in 95 milliseconds