Home
last modified time | relevance | path

Searched refs:first_header (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dresponse.c84 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()
Dinternal.h252 struct MHD_HTTP_Header *first_header; member
Dconnection.c838 for (pos = connection->response->first_header; NULL != pos; pos = pos->next)
891 for (pos = connection->response->first_header; NULL != pos; pos = pos->next)
/third_party/gn/src/gn/
Dstandard_out.cc267 bool first_header = true; in PrintLongHelp() local
290 if (first_header && !tag.empty()) { in PrintLongHelp()
293 first_header = false; in PrintLongHelp()
/third_party/node/src/
Dnode_http2.cc593 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()
Dnode_http2.h459 uint64_t first_header; // Time first header was received member