Home
last modified time | relevance | path

Searched defs:headers (Results 151 - 175 of 218) sorted by relevance

123456789

/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpcie-altera.c284 static void tlp_write_packet(struct altera_pcie *pcie, u32 *headers, in tlp_write_packet() argument
311 static void s10_tlp_write_packet(struct altera_pcie *pcie, u32 *headers, in s10_tlp_write_packet() argument
320 get_tlp_header(struct altera_pcie *pcie, u8 bus, u32 devfn, int where, u8 byte_en, bool read, u32 *headers) get_tlp_header() argument
341 u32 headers[TLP_HDR_SIZE]; tlp_cfg_dword_read() local
354 u32 headers[TLP_HDR_SIZE]; tlp_cfg_dword_write() local
[all...]
/kernel/linux/linux-6.6/drivers/i3c/master/mipi-i3c-hci/
H A Ddma.c142 struct hci_rh_data headers[]; member
/third_party/ffmpeg/libavformat/
H A Dnutenc.c150 static const uint8_t headers[][5] = { in build_elision_headers() local
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_parser.y691 headers: label
/third_party/libwebsockets/lib/roles/http/server/
H A Dlejp-conf.c385 struct lws_protocol_vhost_options *pvo, *mp_cgienv, *headers; in lejp_vhosts_cb() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_client.c350 add1_headers(OSSL_HTTP_REQ_CTX *rctx, const STACK_OF(CONF_VALUE) *headers, const char *host) add1_headers() argument
1015 OSSL_HTTP_set1_request(OSSL_HTTP_REQ_CTX *rctx, const char *path, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_content_type, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_set1_request() argument
1123 OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout) OSSL_HTTP_get() argument
1212 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument
[all...]
/third_party/openssl/crypto/http/
H A Dhttp_client.c343 add1_headers(OSSL_HTTP_REQ_CTX *rctx, const STACK_OF(CONF_VALUE) *headers, const char *host) add1_headers() argument
1004 OSSL_HTTP_set1_request(OSSL_HTTP_REQ_CTX *rctx, const char *path, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_content_type, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_set1_request() argument
1112 OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout) OSSL_HTTP_get() argument
1201 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationFragShaderSideEffectsTests.cpp178 std::ostringstream headers; in initPrograms() local
/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
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddbus.c570 check_file(osl_t *osh, unsigned char *headers) in check_file() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web_controller.cpp642 JSRef<JSVal> headers = obj->GetProperty("headers"); in LoadUrl() local
/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/src/
H A Dwebsocket_exec.cpp1075 void WebSocketExec::OnHeaderReceive(EventManager *manager, const std::map<std::string, std::string> &headers) in OnHeaderReceive() argument
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
H A Dlayer2.c556 u_int headers = l2addrsize(l2) + 1; in FRMR_error() local
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c747 struct page *headers[2]; in qp_host_map_queues() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_action.c354 u32 headers[MAX_VLANS]; member
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dusb.c1080 static int check_file(const u8 *headers) in check_file() argument
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log.c2100 int headers = need_start_rec ? 1 : 0; in xlog_write_calc_vec_length() local
[all...]
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c749 struct page *headers[2]; in qp_host_map_queues() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_uac2.c803 setup_headers(struct f_uac2_opts *opts, struct usb_descriptor_header **headers, enum usb_device_speed speed) setup_headers() argument
[all...]

Completed in 47 milliseconds

123456789