Searched refs:CURL_SE (Results 1 – 2 of 2) sorted by relevance
/external/curl/lib/ |
D | arpa_telnet.h | 68 #define CURL_SE 240 /* Sub negotiation End */ macro
|
D | telnet.c | 721 if(i != CURL_IAC || j != CURL_SE) { in printsub() 943 CURL_TELQUAL_IS, tn->subopt_ttype, CURL_IAC, CURL_SE); in suboption() 955 CURL_TELQUAL_IS, tn->subopt_xdisploc, CURL_IAC, CURL_SE); in suboption() 982 "%c%c", CURL_IAC, CURL_SE); in suboption() 1031 CURL_SB_ACCUM(tn, CURL_SE); in sendsuboption() 1181 if(c != CURL_SE) { in telrcv() 1208 CURL_SB_ACCUM(tn, CURL_SE); in telrcv()
|