Home
last modified time | relevance | path

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

123456

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
H A DFont.java958 loadTableData( SortedSet<Header> headers, FontInputStream is) loadTableData() argument
1002 loadTableData( SortedSet<Header> headers, WritableFontData fd) loadTableData() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Didec_dec.c313 WebPHeaderStructure headers; in DecodeWebPHeaders() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dstructures.h539 struct SPDY_NameValue *headers; member
1009 void *headers; global() member
[all...]
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/
H A Dproxy.c166 struct SPDY_NameValue *headers; member
830 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...]
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_notls.c761 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.c814 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/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationFragShaderSideEffectsTests.cpp178 std::ostringstream headers; in initPrograms() local
/third_party/elfutils/debuginfod/
H A Ddebuginfod-client.c131 struct curl_slist *headers; member
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvorbisdec.c1038 uint8_t *headers = avctx->extradata; in vorbis_decode_init() local
/third_party/ffmpeg/libavformat/
H A Drtsp.c1342 rtsp_send_cmd_with_content_async(AVFormatContext *s, const char *method, const char *url, const char *headers, const unsigned char *send_content, int send_content_length) rtsp_send_cmd_with_content_async() argument
1399 ff_rtsp_send_cmd_async(AVFormatContext *s, const char *method, const char *url, const char *headers) ff_rtsp_send_cmd_async() argument
1405 ff_rtsp_send_cmd(AVFormatContext *s, const char *method, const char *url, const char *headers, RTSPMessageHeader *reply, unsigned char **content_ptr) ff_rtsp_send_cmd() argument
1804 char headers[1024]; ff_rtsp_connect() local
[all...]
H A Dhttp.c81 char *headers; member
[all...]
/third_party/curl/lib/
H A Dhttp.c1709 struct curl_slist *headers; Curl_dynhds_add_custom() local
1856 struct curl_slist *headers; Curl_add_custom_headers() local
[all...]
H A Dmime.c1491 curl_mime_headers(curl_mimepart *part, struct curl_slist *headers, int take_ownership) curl_mime_headers() argument
2006 curl_mime_headers(curl_mimepart *part, struct curl_slist *headers, int take_ownership) curl_mime_headers() argument
[all...]
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-context-vhost.h299 const struct lws_protocol_vhost_options *headers; member
/third_party/nghttp2/src/
H A Dshrpx_downstream.cc299 search_header_linear_backwards(const HeaderRefs &headers, in search_header_linear_backwards() argument
443 void add_header(size_t &sum, HeaderRefs &headers, const StringRef &name, in add_header() argument
463 append_last_header_key(BlockAllocator &balloc, bool &key_prev, size_t &sum, HeaderRefs &headers, const char *data, size_t len) append_last_header_key() argument
480 append_last_header_value(BlockAllocator &balloc, bool &key_prev, size_t &sum, HeaderRefs &headers, const char *data, size_t len) append_last_header_value() argument
[all...]
H A Dshrpx_http3_upstream.cc1696 const auto &headers = resp.fs.headers(); in send_reply() local
[all...]
H A Dshrpx_http2_upstream.cc1525 const auto &headers = resp.fs.headers(); in send_reply() local
2355 const auto &headers = promised_req.fs.headers(); on_downstream_push_promise_complete() local
[all...]
H A DHttpServer.cc1149 HeaderRefs headers; in prepare_status_response() local
1177 HeaderRefs headers; in prepare_echo_response() local
964 submit_response(const StringRef &status, int32_t stream_id, const HeaderRefs &headers, nghttp2_data_provider *data_prd) submit_response() argument
1185 hd->submit_response(StringRef::from_lit("200"), stream->stream_id, headers, prepare_echo_response() local
1223 auto headers = HeaderRefs{{StringRef::from_lit("location"), location}}; prepare_redirect_response() local
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Docsp.c1231 process_responder(OCSP_REQUEST *req, const char *host, const char *port, const char *path, const char *proxy, const char *no_proxy, int use_ssl, STACK_OF(CONF_VALUE) *headers, int req_timeout) process_responder() argument
/third_party/openssl/apps/
H A Docsp.c1231 process_responder(OCSP_REQUEST *req, const char *host, const char *port, const char *path, const char *proxy, const char *no_proxy, int use_ssl, STACK_OF(CONF_VALUE) *headers, int req_timeout) process_responder() argument
/third_party/pulseaudio/src/modules/raop/
H A Draop-client.c872 static void rtsp_stream_cb(pa_rtsp_client *rtsp, pa_rtsp_state_t state, pa_rtsp_status_t status, pa_headerlist *headers, void *userdata) { in rtsp_stream_cb() argument
1237 static void rtsp_auth_cb(pa_rtsp_client *rtsp, pa_rtsp_state_t state, pa_rtsp_status_t status, pa_headerlist *headers, void *userdata) { in rtsp_auth_cb() argument
/third_party/python/Lib/test/
H A Dtest_urllib2.py779 headers = r.info() global() variable in HandlerTests.test_ftp.NullFTPHandler
[all...]
/third_party/curl/src/
H A Dtool_cfgable.h200 struct curl_slist *headers; member
/third_party/node/src/
H A Dnode_http2.cc1871 SubmitRequest( const Http2Priority& priority, const Http2Headers& headers, int32_t* ret, int options) SubmitRequest() argument
2179 SubmitResponse(const Http2Headers& headers, int options) SubmitResponse() argument
2202 SubmitInfo(const Http2Headers& headers) SubmitInfo() argument
2230 SubmitTrailers(const Http2Headers& headers) SubmitTrailers() argument
2324 SubmitPushPromise(const Http2Headers& headers, int32_t* ret, int options) SubmitPushPromise() argument
2697 Local<Array> headers = args[0].As<Array>(); Request() local
2796 Local<Array> headers = args[0].As<Array>(); Respond() local
2813 Local<Array> headers = args[0].As<Array>(); Info() local
2824 Local<Array> headers = args[0].As<Array>(); Trailers() local
2851 Local<Array> headers = args[0].As<Array>(); PushPromise() local
[all...]
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h1278 nghttp2_headers headers; member
[all...]

Completed in 47 milliseconds

123456