| /third_party/node/src/ |
| H A D | node_dtrace.cc | 169 Local<Object> headers; in DTRACE_HTTP_SERVER_REQUEST() local
|
| /third_party/nghttp2/src/ |
| H A D | shrpx_mruby_module_response.cc | 134 auto &headers = resp.fs.headers(); in response_mod_header() local
|
| H A D | shrpx_mruby_module_request.cc | 242 auto &headers = req.fs.headers(); in request_mod_header() local
|
| H A D | http2.cc | 369 copy_headers_to_nva_internal(std::vector<nghttp2_nv> &nva, const HeaderRefs &headers, uint8_t nv_flags, uint32_t flags) copy_headers_to_nva_internal() argument 468 copy_headers_to_nva(std::vector<nghttp2_nv> &nva, const HeaderRefs &headers, uint32_t flags) copy_headers_to_nva() argument 473 copy_headers_to_nva_nocopy(std::vector<nghttp2_nv> &nva, const HeaderRefs &headers, uint32_t flags) copy_headers_to_nva_nocopy() argument 480 build_http1_headers_from_headers(DefaultMemchunks *buf, const HeaderRefs &headers, uint32_t flags) build_http1_headers_from_headers() argument [all...] |
| /third_party/nghttp2/tests/ |
| H A D | nghttp2_frame_test.c | 50 static nghttp2_nv *headers(nghttp2_mem *mem) { in headers() function
|
| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| H A D | nghttp3_frame.h | 112 nghttp3_frame_headers headers; member
|
| /third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
| H A D | parser.cc | 338 std::vector<Header> headers; in ProcessVertexDataBlock() local
|
| /third_party/skia/third_party/externals/microhttpd/src/examples/ |
| H A D | spdy_event_loop.c | 201 standard_request_handler(void *cls, struct SPDY_Request * request, uint8_t priority, const char *method, const char *path, const char *version, const char *host, const char *scheme, struct SPDY_NameValue * headers, bool more) standard_request_handler() argument [all...] |
| H A D | spdy_fileserver.c | 142 standard_request_handler(void *cls, struct SPDY_Request * request, uint8_t priority, const char *method, const char *path, const char *version, const char *host, const char *scheme, struct SPDY_NameValue * headers, bool more) standard_request_handler() argument
|
| /third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
| H A D | test_misc.c | 153 standard_request_handler(void *cls, struct SPDY_Request * request, uint8_t priority, const char *method, const char *path, const char *version, const char *host, const char *scheme, struct SPDY_NameValue * headers, bool more) standard_request_handler() argument
|
| H A D | test_request_response_with_callback.c | 106 standard_request_handler(void *cls, struct SPDY_Request * request, uint8_t priority, const char *method, const char *path, const char *version, const char *host, const char *scheme, struct SPDY_NameValue * headers, bool more) standard_request_handler() argument
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | gen-use-table.py | 33 headers = [[f.readline () for i in range (2)] for j,f in enumerate(files) if j != 4] variable
|
| /third_party/toybox/toys/other/ |
| H A D | vmstat.c | 80 char *headers="r\0b\0swpd\0free\0buff\0cache\0si\0so\0bi\0bo\0in\0cs\0us\0" in vmstat_main() local
|
| /third_party/python/Lib/wsgiref/ |
| H A D | handlers.py | 125 headers = None variable in BaseHandler [all...] |
| /base/request/request/frameworks/native/src/ |
| H A D | response_message_receiver.cpp | 156 ResponseHeaderFromParcel( std::map<std::string, std::vector<std::string>> &headers, char *&parcel, int32_t &size) ResponseHeaderFromParcel() argument
|
| /base/request/request/frameworks/js/napi/src/upload/ |
| H A D | curl_adp.cpp | 396 std::string headers = std::accumulate(fData->responseHead.begin(), fData->responseHead.end(), std::string(""));
in HeaderCallback() local 423 void CUrlAdp::NotifyAPI5(FileData *fData, std::string &headers)
in NotifyAPI5() argument
|
| /kernel/linux/linux-6.6/arch/riscv/kernel/ |
| H A D | elf_kexec.c | 204 void *fdt, *headers; in elf_kexec_load() local
|
| /third_party/gn/src/gn/ |
| H A D | innerapis_publicinfo_generator.cc | 319 const std::vector<SourceFile> &headers = target->public_headers();
in GetPublicHeadersInfo() local
|
| /third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/ |
| H A D | sign.c | 37 struct sigv4_header headers[MAX_HEADER_NUM]; member [all...] |
| /third_party/mesa3d/src/gallium/frontends/clover/api/ |
| H A D | program.cpp | 310 header_map headers; in clCompileProgram() local
|
| /third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
| H A D | invocation.cpp | 293 compile(LLVMContext &ctx, clang::CompilerInstance &c, const std::string &name, const std::string &source, const header_map &headers, const device &dev, const std::string &opts, bool use_libclc, std::string &r_log) compile() argument 400 compile_program(const std::string &source, const header_map &headers, const device &dev, const std::string &opts, std::string &r_log) compile_program() argument 508 compile_to_spirv(const std::string &source, const header_map &headers, const device &dev, const std::string &opts, std::string &r_log) compile_to_spirv() argument [all...] |
| /third_party/vk-gl-cts/executor/tools/ |
| H A D | xeTestLogCompare.cpp | 236 static void getTestResultHeaders (vector<xe::TestCaseResultHeader>& headers, const vector<ShortBatchResult>& batchResults, const char* casePath) in getTestResultHeaders() argument 314 vector<xe::TestCaseResultHeader> headers; in runCompare() local [all...] |
| /third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
| H A D | applicationlayer.c | 70 struct SPDY_NameValue * headers = NULL; in spdy_handler_new_stream() local 391 SPDY_build_response(int status, const char * statustext, const char * version, struct SPDY_NameValue * headers, const void * data, size_t size) SPDY_build_response() argument 480 SPDY_build_response_with_callback(int status, const char * statustext, const char * version, struct SPDY_NameValue * headers, SPDY_ResponseCallback rcb, void *rcb_cls, uint32_t block_size) SPDY_build_response_with_callback() argument [all...] |
| H A D | session.c | 51 struct SPDY_NameValue *headers; in spdyf_handler_read_syn_stream() local [all...] |
| /third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
| H A D | test_post.c | 539 struct curl_slist *headers = NULL; in testMultithreadedPostCancelPart() local [all...] |