Home
last modified time | relevance | path

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

12345678

/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
/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/nghttp2/src/
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...]
H A Dshrpx_downstream.h74 const HeaderRefs &headers() const { return headers_; } in headers() function in shrpx::FieldStore
77 HeaderRefs &headers() { return headers_; } in headers() function in shrpx::FieldStore
H A Dnghttp.h65 Headers headers; member
/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...]
/third_party/pulseaudio/src/modules/rtp/
H A Drtsp_client.c70 pa_headerlist* headers; member
468 rtsp_exec(pa_rtsp_client *c, const char *cmd, const char *content_type, const char *content, int expect_response, pa_headerlist *headers) rtsp_exec() argument
555 pa_headerlist *headers; pa_rtsp_setup() local
574 pa_headerlist *headers; pa_rtsp_record() local
616 pa_headerlist* headers; pa_rtsp_flush() local
[all...]
/third_party/python/Lib/
H A Dcgi.py274 headers = {} variable in MiniFieldStorage
[all...]
/base/request/request/frameworks/cj/ffi/include/
H A Dcj_request_ffi.h36 CHashStrPair *headers; member
88 CHashStrArr headers; member
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnative_media_player_impl.cpp463 napi_value headers = nullptr; in ConstructMediaInfo() local
407 ConstructHeaders( napi_value* value, const std::map<std::string, std::string>& headers) ConstructHeaders() argument
/third_party/ffmpeg/libavcodec/
H A Dflac_parser.c86 FLACHeaderMarker *headers; /**< linked-list that starts at the first member
[all...]
/third_party/curl/src/
H A Dtool_formparse.c477 struct curl_slist *headers = NULL; in get_param_part() local
732 struct curl_slist *headers = NULL; formparse() local
[all...]
/third_party/curl/lib/
H A Dc-hyper.c344 hyper_headers *headers = NULL; in Curl_hyper_stream() local
566 CURLcode Curl_hyper_header(struct Curl_easy *data, hyper_headers *headers, in Curl_hyper_header() argument
759 bodysend(struct Curl_easy *data, struct connectdata *conn, hyper_headers *headers, hyper_request *hyperreq, Curl_HttpReq httpreq) bodysend() argument
803 cookies(struct Curl_easy *data, struct connectdata *conn, hyper_headers *headers) cookies() argument
822 hyper_headers *headers = NULL; http1xx_cb() local
875 hyper_headers *headers = NULL; Curl_http() local
[all...]
H A Dcf-h1-proxy.c578 hyper_headers *headers = NULL; in start_CONNECT() local
[all...]
H A Ddoh.c214 dohprobe(struct Curl_easy *data, struct dnsprobe *p, DNStype dnstype, const char *host, const char *url, CURLM *multi, struct curl_slist *headers) dohprobe() argument
[all...]
/third_party/mesa3d/src/compiler/clc/
H A Dclc.h64 const struct clc_named_value *headers; member
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dframe_dec.c660 VP8GetThreadMethod(const WebPDecoderOptions* const options, const WebPHeaderStructure* const headers, int width, int height) VP8GetThreadMethod() argument

Completed in 21 milliseconds

12345678