Searched refs:printoption (Results 1 – 1 of 1) sorted by relevance
/curl/lib/ |
H A D | telnet.c | 89 #define printoption(a,b,c,d) Curl_nop_stmt macro 98 static void printoption(struct Curl_easy *data, 270 static void printoption(struct Curl_easy *data, in printoption() function 322 printoption(data, "SENT", cmd, option); in send_negotiation() 1144 printoption(data, "RCVD", CURL_IAC, c); in telrcv() 1150 printoption(data, "RCVD", CURL_WILL, c); in telrcv() 1157 printoption(data, "RCVD", CURL_WONT, c); in telrcv() 1164 printoption(data, "RCVD", CURL_DO, c); in telrcv() 1171 printoption(data, "RCVD", CURL_DONT, c); in telrcv() 1201 printoption(data, "In SUBOPTION processing, RCVD", CURL_IAC, c); in telrcv()
|
Completed in 6 milliseconds