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 110 static void send_negotiation(struct connectdata *, int cmd, int option);
345 static void send_negotiation(struct connectdata *conn, int cmd, int option) function
373 send_negotiation(conn, CURL_DO, option);
412 send_negotiation(conn, CURL_DONT, option);
447 send_negotiation(conn, CURL_DO, option);
450 send_negotiation(conn, CURL_DONT, option);
480 send_negotiation(conn, CURL_DONT, option);
498 send_negotiation(conn, CURL_DONT, option);
510 send_negotiation(conn, CURL_DO, option);
537 send_negotiation(conn, CURL_WILL, option)
    [all...]

Completed in 89 milliseconds