Lines Matching refs:TRUE
133 return TRUE; in cookie_tailmatch()
135 return TRUE; in cookie_tailmatch()
155 return TRUE; in pathmatch()
197 ret = TRUE; in pathmatch()
203 ret = TRUE; in pathmatch()
428 return TRUE; in bad_domain()
516 sep = TRUE; in parse_cookie_header()
560 co->prefix_secure = TRUE; in parse_cookie_header()
562 co->prefix_host = TRUE; in parse_cookie_header()
579 done = TRUE; in parse_cookie_header()
593 done = TRUE; in parse_cookie_header()
601 co->secure = TRUE; in parse_cookie_header()
608 co->httponly = TRUE; in parse_cookie_header()
659 co->tailmatch = TRUE; /* we always do that if the domain name was in parse_cookie_header()
821 co->httponly = TRUE; in parse_netscape()
889 co->secure = TRUE; in parse_netscape()
905 co->prefix_secure = TRUE; in parse_netscape()
907 co->prefix_host = TRUE; in parse_netscape()
1001 matching_domains = TRUE; in replace_existing()
1004 matching_domains = TRUE; in replace_existing()
1041 replace_old = TRUE; in replace_existing()
1044 replace_old = TRUE; in replace_existing()
1262 headerline = TRUE; in Curl_cookie_init()
1267 Curl_cookie_add(data, ci, headerline, TRUE, lineptr, NULL, NULL, TRUE); in Curl_cookie_init()
1280 data->state.cookie_engine = TRUE; in Curl_cookie_init()
1282 ci->running = TRUE; /* now, we are running */ in Curl_cookie_init()
1377 if(co->secure ? secure : TRUE) { in Curl_cookie_getlist()
1573 use_stdout = TRUE; in cookie_output()