Searched refs:first_header (Results 1 – 3 of 3) 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()
249 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)