Lines Matching refs:FALSE
187 data->state.referer_alloc = FALSE; in Curl_freeset()
192 data->state.url_alloc = FALSE; in Curl_freeset()
273 data->state.referer_alloc = FALSE; in Curl_close()
379 set->ftp_use_pret = FALSE; /* mainly useful for drftpd servers */ in Curl_init_userdefined()
425 set->socks5_gssapi_nec = FALSE; in Curl_init_userdefined()
461 set->wildcard_enabled = FALSE; in Curl_init_userdefined()
466 set->tcp_keepalive = FALSE; in Curl_init_userdefined()
470 set->tcp_fastopen = FALSE; in Curl_init_userdefined()
482 set->http09_allowed = FALSE; in Curl_init_userdefined()
671 return FALSE; in xfer_may_multiplex()
684 return FALSE; in proxy_info_matches()
692 return FALSE; in socks_proxy_info_matches()
702 return FALSE; in socks_proxy_info_matches()
707 #define proxy_info_matches(x,y) FALSE
708 #define socks_proxy_info_matches(x,y) FALSE
741 return FALSE; in conn_maxage()
782 bool input_pending = FALSE; in Curl_conn_seems_dead()
808 return FALSE; in Curl_conn_seems_dead()
846 #define ssh_config_matches(x,y) FALSE
874 return FALSE; in url_match_conn()
879 return FALSE; in url_match_conn()
898 return FALSE; in url_match_conn()
904 return FALSE; in url_match_conn()
909 return FALSE; in url_match_conn()
922 return FALSE; in url_match_conn()
930 return FALSE; in url_match_conn()
935 return FALSE; in url_match_conn()
941 return FALSE; in url_match_conn()
951 return FALSE; in url_match_conn()
953 return FALSE; in url_match_conn()
955 return FALSE; in url_match_conn()
958 return FALSE; in url_match_conn()
967 return FALSE; in url_match_conn()
972 return FALSE; in url_match_conn()
977 return FALSE; in url_match_conn()
981 return FALSE; in url_match_conn()
984 return FALSE; in url_match_conn()
989 return FALSE; in url_match_conn()
996 return FALSE; in url_match_conn()
1015 return FALSE; in url_match_conn()
1026 return FALSE; in url_match_conn()
1033 return FALSE; in url_match_conn()
1052 return FALSE; in url_match_conn()
1058 return FALSE; in url_match_conn()
1070 return FALSE; in url_match_conn()
1086 return FALSE; in url_match_conn()
1093 return FALSE; in url_match_conn()
1098 return FALSE; in url_match_conn()
1102 !Curl_ssl_conn_config_match(data, conn, FALSE)) { in url_match_conn()
1107 return FALSE; in url_match_conn()
1125 return FALSE; in url_match_conn()
1130 return FALSE; in url_match_conn()
1139 return FALSE; in url_match_conn()
1145 return FALSE; in url_match_conn()
1149 return FALSE; in url_match_conn()
1168 return FALSE; in url_match_conn()
1180 return FALSE; in url_match_conn()
1186 return FALSE; in url_match_conn()
1193 Curl_cpool_disconnect(data, conn, FALSE); in url_match_conn()
1194 return FALSE; in url_match_conn()
1216 match->wait_pipe = FALSE; in url_match_result()
1223 match->force_reuse = FALSE; in url_match_result()
1224 return FALSE; in url_match_result()
1970 s->use_range = FALSE; /* disable range download */
2153 bool is_unix_proxy = FALSE;
2488 conn->bits.httpproxy = FALSE; /* not an HTTP proxy */
2489 conn->bits.tunnel_proxy = FALSE; /* no tunneling if not HTTP */
2506 conn->bits.socksproxy = FALSE; /* not a socks proxy */
2509 conn->bits.socksproxy = FALSE;
2510 conn->bits.httpproxy = FALSE;
2516 conn->bits.proxy = FALSE;
2517 conn->bits.httpproxy = FALSE;
2518 conn->bits.socksproxy = FALSE;
2519 conn->bits.proxy_user_passwd = FALSE;
2520 conn->bits.tunnel_proxy = FALSE;
2678 conn->bits.netrc = FALSE;
2681 bool url_provided = FALSE;
2916 bool host_match = FALSE;
2917 bool port_match = FALSE;
3001 conn->bits.conn_to_host = FALSE;
3012 conn->bits.conn_to_port = FALSE;
3031 bool use_alt_svc = FALSE;
3032 bool hit = FALSE;
3144 bool longpath = FALSE;
3342 bool force_reuse = FALSE;
3343 bool waitpipe = FALSE;
3345 *async = FALSE;
3470 conn->bits.conn_to_host = FALSE;
3478 conn->bits.conn_to_port = FALSE;
3527 (void)conn->handler->done(data, result, FALSE);
3570 reuse = FALSE;
3610 connections_available = FALSE;
3615 connections_available = FALSE;
3625 connections_available = FALSE;
3667 data->state.authhost.done = FALSE;
3674 data->state.authproxy.done = FALSE;
3695 *async = FALSE;
3755 *protocol_done = FALSE;
3766 *asyncp = FALSE; /* assume synchronous resolves by default */
3815 conn->bits.do_more = FALSE; /* by default there is no curl_do_more() to
3820 data->state.wildcardmatch = FALSE;
3823 data->state.done = FALSE; /* *_done() is not called yet */
3861 child->set.priority.exclusive = FALSE;
3900 (*tail)->data->set.priority.exclusive = FALSE;
3922 Curl_data_priority_add_child(data->set.priority.parent, tmp, FALSE);