Lines Matching defs:CURL_YES
124 #define CURL_YES 1
217 tn->us_preferred[CURL_TELOPT_SGA] = CURL_YES;
218 tn->him_preferred[CURL_TELOPT_SGA] = CURL_YES;
225 tn->us_preferred[CURL_TELOPT_BINARY] = CURL_YES;
226 tn->him_preferred[CURL_TELOPT_BINARY] = CURL_YES;
234 tn->him_preferred[CURL_TELOPT_ECHO] = CURL_YES;
247 tn->subnegotiation[CURL_TELOPT_NAWS] = CURL_YES;
260 if(tn->us_preferred[i] == CURL_YES)
261 set_local_option(data, i, CURL_YES);
263 if(tn->him_preferred[i] == CURL_YES)
264 set_remote_option(data, i, CURL_YES);
328 if(newstate == CURL_YES) {
335 case CURL_YES:
342 /* Already negotiating for CURL_YES, queue the request */
369 case CURL_YES:
404 if(tn->him_preferred[option] == CURL_YES) {
405 tn->him[option] = CURL_YES;
413 case CURL_YES:
425 tn->him[option] = CURL_YES;
434 tn->him[option] = CURL_YES;
455 case CURL_YES:
492 if(newstate == CURL_YES) {
499 case CURL_YES:
506 /* Already negotiating for CURL_YES, queue the request */
533 case CURL_YES:
568 if(tn->us_preferred[option] == CURL_YES) {
569 tn->us[option] = CURL_YES;
571 if(tn->subnegotiation[option] == CURL_YES)
575 else if(tn->subnegotiation[option] == CURL_YES) {
577 tn->us[option] = CURL_YES;
585 case CURL_YES:
597 tn->us[option] = CURL_YES;
606 tn->us[option] = CURL_YES;
607 if(tn->subnegotiation[option] == CURL_YES) {
631 case CURL_YES:
816 tn->us_preferred[CURL_TELOPT_NEW_ENVIRON] = CURL_YES;
836 tn->us_preferred[CURL_TELOPT_TTYPE] = CURL_YES;
849 tn->us_preferred[CURL_TELOPT_XDISPLOC] = CURL_YES;
865 tn->us_preferred[CURL_TELOPT_NEW_ENVIRON] = CURL_YES;
883 tn->us_preferred[CURL_TELOPT_NAWS] = CURL_YES;