HomeSort by relevance Sort by last modified time
    Searched full:us_preferred (Results 1 - 1 of 1) sorted by null

  /external/curl/lib/
telnet.c 156 int us_preferred[256]; member in struct:TELNET
257 tn->us_preferred[CURL_TELOPT_SGA] = CURL_YES;
265 tn->us_preferred[CURL_TELOPT_BINARY] = CURL_YES;
300 if(tn->us_preferred[i] == CURL_YES)
609 if(tn->us_preferred[option] == CURL_YES) {
841 tn->us_preferred[CURL_TELOPT_NEW_ENVIRON] = CURL_YES;
852 tn->us_preferred[CURL_TELOPT_TTYPE] = CURL_YES;
860 tn->us_preferred[CURL_TELOPT_XDISPLOC] = CURL_YES;
872 tn->us_preferred[CURL_TELOPT_NEW_ENVIRON] = CURL_YES;
880 tn->us_preferred[CURL_TELOPT_NAWS] = CURL_YES
    [all...]

Completed in 135 milliseconds