Searched refs:printoption (Results 1 – 1 of 1) sorted by relevance
/external/curl/lib/ |
D | telnet.c | 89 #define printoption(a,b,c,d) Curl_nop_stmt macro 103 static void printoption(struct Curl_easy *data, 308 static void printoption(struct Curl_easy *data, in printoption() function 361 printoption(conn->data, "SENT", cmd, option); in send_negotiation() 1140 printoption(data, "RCVD", CURL_IAC, c); in telrcv() 1146 printoption(data, "RCVD", CURL_WILL, c); in telrcv() 1153 printoption(data, "RCVD", CURL_WONT, c); in telrcv() 1160 printoption(data, "RCVD", CURL_DO, c); in telrcv() 1167 printoption(data, "RCVD", CURL_DONT, c); in telrcv() 1197 printoption(data, "In SUBOPTION processing, RCVD", CURL_IAC, c); in telrcv()
|