telnet.c | 89 #define printoption(a,b,c,d) Curl_nop_stmt macro 103 static void printoption(struct SessionHandle *data, 308 static void printoption(struct SessionHandle *data, function 361 printoption(conn->data, "SENT", cmd, option); 1140 printoption(data, "RCVD", CURL_IAC, c); 1146 printoption(data, "RCVD", CURL_WILL, c); 1153 printoption(data, "RCVD", CURL_WONT, c); 1160 printoption(data, "RCVD", CURL_DO, c); 1167 printoption(data, "RCVD", CURL_DONT, c); [all...] |