Lines Matching refs:TRUE
136 return TRUE;
138 return TRUE;
143 * Return true if the given string is an IP(v4|v6) address.
158 return TRUE;
180 return TRUE;
222 ret = TRUE;
228 ret = TRUE;
432 bool httpheader, /* TRUE if HTTP header-style line */
433 bool noexpire, /* if TRUE, skip remove_expired() */
439 bool secure) /* TRUE if connection is over secure origin */
506 sep = (*endofn == '=')?TRUE:FALSE;
535 * only test for names where that can possibly be true.
548 badcookie = TRUE;
553 done = TRUE;
555 badcookie = TRUE;
562 done = TRUE;
570 co->secure = TRUE;
573 TRUE;
578 co->httponly = TRUE;
588 badcookie = TRUE; /* out of memory bad */
594 badcookie = TRUE; /* out of memory bad */
624 badcookie = TRUE;
628 co->tailmatch = TRUE; /* we always do that if the domain name was
635 badcookie = TRUE;
643 badcookie = TRUE;
659 badcookie = TRUE;
666 badcookie = TRUE;
733 badcookie = TRUE;
758 badcookie = TRUE; /* out of memory bad */
761 badcookie = TRUE;
790 co->httponly = TRUE;
818 badcookie = TRUE;
824 flag: A TRUE/FALSE value indicating if all machines within a given
828 As far as I can see, it is set to true when the cookie says
831 co->tailmatch = strcasecompare(ptr, "TRUE")?TRUE:FALSE;
837 if(strcmp("TRUE", ptr) && strcmp("FALSE", ptr)) {
841 badcookie = TRUE;
845 badcookie = TRUE; /* out of memory bad */
853 badcookie = TRUE;
856 badcookie = TRUE;
861 if(strcasecompare(ptr, "TRUE")) {
863 co->secure = TRUE;
865 badcookie = TRUE;
870 badcookie = TRUE;
875 badcookie = TRUE;
885 badcookie = TRUE;
893 badcookie = TRUE;
900 badcookie = TRUE;
980 replace_old = TRUE;
983 replace_old = TRUE;
1013 replace_old = TRUE;
1018 replace_old = TRUE;
1107 partial = TRUE;
1123 * If 'newsession' is TRUE, discard all "session cookies" on read from file.
1134 bool fromfile = TRUE;
1176 headerline = TRUE;
1185 Curl_cookie_add(data, c, headerline, TRUE, lineptr, NULL, NULL, TRUE);
1194 c->running = TRUE; /* now, we're running */
1321 if(co->secure?secure:TRUE) {
1515 co->tailmatch?"TRUE":"FALSE",
1517 co->secure?"TRUE":"FALSE",
1551 use_stdout = TRUE;