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

/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dtelnet.c111 static void send_negotiation(struct connectdata *, int cmd, int option);
346 static void send_negotiation(struct connectdata *conn, int cmd, int option) function
374 send_negotiation(conn, CURL_DO, option);
413 send_negotiation(conn, CURL_DONT, option);
448 send_negotiation(conn, CURL_DO, option);
451 send_negotiation(conn, CURL_DONT, option);
481 send_negotiation(conn, CURL_DONT, option);
499 send_negotiation(conn, CURL_DONT, option);
511 send_negotiation(conn, CURL_DO, option);
538 send_negotiation(con
[all...]

Completed in 67 milliseconds