Lines Matching refs:authority
4060 const char *authority, size_t a_len, in Curl_http_req_make() argument
4079 if(authority) { in Curl_http_req_make()
4080 req->authority = Curl_memdup0(authority, a_len); in Curl_http_req_make()
4081 if(!req->authority) in Curl_http_req_make()
4114 req->authority = NULL; in req_assign_url_authority()
4152 req->authority = strdup(Curl_dyn_ptr(&buf)); in req_assign_url_authority()
4153 if(!req->authority) in req_assign_url_authority()
4262 free(req->authority); in Curl_http_req_free()
4300 const char *scheme = NULL, *authority = NULL; in Curl_http_req_to_h2() local
4325 if(req->authority) { in Curl_http_req_to_h2()
4326 authority = req->authority; in Curl_http_req_to_h2()
4331 authority = e->value; in Curl_http_req_to_h2()
4342 if(!result && authority) { in Curl_http_req_to_h2()
4344 authority, strlen(authority)); in Curl_http_req_to_h2()