Searched refs:first_header (Results 1 – 6 of 6) sorted by relevance
84 hdr->next = response->first_header; in add_response_entry()85 response->first_header = hdr; in add_response_entry()150 pos = response->first_header; in MHD_del_response_header()159 response->first_header = pos->next; in MHD_del_response_header()189 for (pos = response->first_header; NULL != pos; pos = pos->next) in MHD_get_response_headers()217 for (pos = response->first_header; NULL != pos; pos = pos->next) in MHD_get_response_header()504 while (NULL != response->first_header) in MHD_destroy_response()506 pos = response->first_header; in MHD_destroy_response()507 response->first_header = pos->next; in MHD_destroy_response()
252 struct MHD_HTTP_Header *first_header; member
838 for (pos = connection->response->first_header; NULL != pos; pos = pos->next)891 for (pos = connection->response->first_header; NULL != pos; pos = pos->next)
267 bool first_header = true; in PrintLongHelp() local290 if (first_header && !tag.empty()) { in PrintLongHelp()293 first_header = false; in PrintLongHelp()
593 SET(time_to_first_header_string, first_header) in GetDetails()2436 if (statistics_.first_header == 0) in AddHeader()2437 statistics_.first_header = uv_hrtime(); in AddHeader()
459 uint64_t first_header; // Time first header was received member