Searched refs:printoption (Results 1 – 1 of 1) sorted by relevance
/external/curl/lib/ |
D | telnet.c | 87 #define printoption(a,b,c,d) Curl_nop_stmt macro 102 static void printoption(struct Curl_easy *data, 310 static void printoption(struct Curl_easy *data, in printoption() function 362 printoption(conn->data, "SENT", cmd, option); in send_negotiation() 1137 printoption(data, "RCVD", CURL_IAC, c); in telrcv() 1143 printoption(data, "RCVD", CURL_WILL, c); in telrcv() 1150 printoption(data, "RCVD", CURL_WONT, c); in telrcv() 1157 printoption(data, "RCVD", CURL_DO, c); in telrcv() 1164 printoption(data, "RCVD", CURL_DONT, c); in telrcv() 1194 printoption(data, "In SUBOPTION processing, RCVD", CURL_IAC, c); in telrcv()
|