Searched refs:get_header (Results 1 – 2 of 2) sorted by relevance
/civetweb-2.7.6/src/ |
D | civetweb.c | 4074 get_header(const struct mg_header *hdr, int num_hdr, const char *name) function 4118 return get_header(conn->request_info.http_headers, 4123 return get_header(conn->response_info.http_headers, 11289 if ((status = get_header(ri.http_headers, ri.num_headers, "Status")) 11296 } else if (get_header(ri.http_headers, ri.num_headers, "Location") 11303 get_header(ri.http_headers, ri.num_headers, "Connection"); 13119 const char *host_header = get_header(conn->request_info.http_headers, 13837 get_header(ri->http_headers, ri->num_headers, "Origin"); 13838 const char *cors_acrm = get_header(ri->http_headers, 13852 get_header(ri->http_headers, [all …]
|
D | handle_form.inl | 741 content_disp = get_header(part_header.http_headers,
|