Searched refs:CURL_SE (Results 1 – 2 of 2) sorted by relevance
/external/curl/lib/ |
D | arpa_telnet.h | 70 #define CURL_SE 240 /* Sub negotiation End */ macro
|
D | telnet.c | 676 if(i != CURL_IAC || j != CURL_SE) { in printsub() 895 CURL_TELQUAL_IS, tn->subopt_ttype, CURL_IAC, CURL_SE); in suboption() 907 CURL_TELQUAL_IS, tn->subopt_xdisploc, CURL_IAC, CURL_SE); in suboption() 934 "%c%c", CURL_IAC, CURL_SE); in suboption() 983 CURL_SB_ACCUM(tn, CURL_SE); in sendsuboption() 1133 if(c != CURL_SE) { in telrcv() 1159 CURL_SB_ACCUM(tn, CURL_SE); in telrcv()
|