Lines Matching refs:handler
1637 if((conn->handler->protocol&(PROTO_FAMILY_HTTP|CURLPROTO_FTP)) && in Curl_http_method()
1699 data->state.first_remote_protocol = conn->handler->protocol; in Curl_http_host()
2259 conn->handler->protocol&(CURLPROTO_HTTPS|CURLPROTO_WSS) || in Curl_http_cookies()
2686 if(!(conn->handler->flags&PROTOPT_SSL) && in Curl_http()
2700 if(!result && conn->handler->protocol&(CURLPROTO_WS|CURLPROTO_WSS)) in Curl_http()
2792 if(conn->handler->protocol & CURLPROTO_RTSP) in checkprotoprefix()
2832 ((data->conn->handler->flags & PROTOPT_SSL) || in Curl_http_header()
3082 conn->handler->protocol&(CURLPROTO_HTTPS|CURLPROTO_WSS) || in Curl_http_header()
3098 ((conn->handler->flags & PROTOPT_SSL) || in Curl_http_header()
3170 if(conn->handler->protocol & CURLPROTO_RTSP) { in Curl_http_header()
3492 !(conn->handler->protocol & CURLPROTO_RTSP) && in http_on_response()
3708 if(data->conn->handler->protocol & PROTO_FAMILY_HTTP) { in http_rw_hd()
3776 else if(data->conn->handler->protocol & CURLPROTO_RTSP) { in http_rw_hd()
4320 scheme = (data->conn && data->conn->handler->flags & PROTOPT_SSL) ? in Curl_http_req_to_h2()