Home
last modified time | relevance | path

Searched defs:first_header (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/gn/
Dstandard_out.cc267 bool first_header = true; in PrintLongHelp() local
/third_party/node/src/
Dnode_http2.h454 uint64_t first_header; // Time first header was received member
997 uint64_t first_header() const { return first_header_; } in first_header() function
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dinternal.h252 struct MHD_HTTP_Header *first_header; member