Home
last modified time | relevance | path

Searched defs:headers (Results 101 - 125 of 218) sorted by relevance

123456789

/third_party/node/src/
H A Dnode_dtrace.cc169 Local<Object> headers; in DTRACE_HTTP_SERVER_REQUEST() local
/third_party/nghttp2/src/
H A Dshrpx_mruby_module_response.cc134 auto &headers = resp.fs.headers(); in response_mod_header() local
H A Dshrpx_mruby_module_request.cc242 auto &headers = req.fs.headers(); in request_mod_header() local
H A Dhttp2.cc369 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 Dnghttp2_frame_test.c50 static nghttp2_nv *headers(nghttp2_mem *mem) { in headers() function
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_frame.h112 nghttp3_frame_headers headers; member
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dparser.cc338 std::vector<Header> headers; in ProcessVertexDataBlock() local
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dspdy_event_loop.c201 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 Dspdy_fileserver.c142 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 Dtest_misc.c153 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 Dtest_request_response_with_callback.c106 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 Dgen-use-table.py33 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 Dvmstat.c80 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 Dhandlers.py125 headers = None variable in BaseHandler
[all...]
/base/request/request/frameworks/native/src/
H A Dresponse_message_receiver.cpp156 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 Dcurl_adp.cpp396 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 Delf_kexec.c204 void *fdt, *headers; in elf_kexec_load() local
/third_party/gn/src/gn/
H A Dinnerapis_publicinfo_generator.cc319 const std::vector<SourceFile> &headers = target->public_headers(); in GetPublicHeadersInfo() local
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/
H A Dsign.c37 struct sigv4_header headers[MAX_HEADER_NUM]; member
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dprogram.cpp310 header_map headers; in clCompileProgram() local
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dinvocation.cpp293 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 DxeTestLogCompare.cpp236 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 Dapplicationlayer.c70 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 Dsession.c51 struct SPDY_NameValue *headers; in spdyf_handler_read_syn_stream() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_post.c539 struct curl_slist *headers = NULL; in testMultithreadedPostCancelPart() local
[all...]

Completed in 18 milliseconds

123456789