Home
last modified time | relevance | path

Searched refs:subopt_ttype (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/lib/
H A Dtelnet.c157 char subopt_ttype[32]; /* Set with suboption TTYPE */ member
834 if(l < sizeof(tn->subopt_ttype)) { in check_telnet_options()
835 strcpy(tn->subopt_ttype, arg); in check_telnet_options()
947 len = strlen(tn->subopt_ttype) + 4 + 2; in suboption()
950 CURL_TELQUAL_IS, tn->subopt_ttype, CURL_IAC, CURL_SE); in suboption()

Completed in 2 milliseconds