Home
last modified time | relevance | path

Searched defs:proto (Results 176 - 200 of 263) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermRebuild.cpp742 auto *const proto = node.getFunctionPrototype(); in traverseFunctionDefinitionChildren() local
/third_party/python/Modules/_ctypes/
H A Dcfield.c53 PyObject *proto; in PyCField_FromDesc() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/
H A DItaniumDemangle.cpp1854 auto proto = db.names.back().move_full(); in parse_type() local
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc2183 StripFieldTypeName(DescriptorProto* proto) StripFieldTypeName() argument
[all...]
H A Dparser.cc548 bool Parser::ValidateEnum(const EnumDescriptorProto* proto) { in ValidateEnum() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_glue.c694 static int hostapd_wpa_auth_send_ether(void *ctx, const u8 *dst, u16 proto, in hostapd_wpa_auth_send_ether() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c97 wpa_eapol_key_send(struct wpa_sm *sm, struct wpa_ptk *ptk, int ver, const u8 *dest, u16 proto, u8 *msg, size_t msg_len, u8 *key_mic) wpa_eapol_key_send() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_glue.c584 static int hostapd_wpa_auth_send_ether(void *ctx, const u8 *dst, u16 proto, in hostapd_wpa_auth_send_ether() argument
/third_party/ffmpeg/libavformat/
H A Drtsp.c576 char proto[32]; in sdp_parse_line() local
1607 char proto[128], host[128], path[512], auth[128]; in ff_rtsp_make_setup_request() local
1721 char proto[128], host[1024], path[1024]; in ff_rtsp_connect() local
[all...]
/third_party/curl/lib/vtls/
H A Dschannel.c1172 struct alpn_proto_buf proto; in schannel_connect_step1() local
H A Dvtls.c2117 Curl_alpn_set_negotiated(struct Curl_cfilter *cf, struct Curl_easy *data, const unsigned char *proto, size_t proto_len) Curl_alpn_set_negotiated() argument
/third_party/backends/frontend/
H A Dsaned.c2589 AvahiProtocol proto; local
/third_party/libcoap/examples/
H A Dcoap-client.c1433 open_session(coap_context_t *ctx, coap_proto_t proto, coap_address_t *bind_addr, coap_address_t *dst, const uint8_t *identity, size_t identity_len, const uint8_t *key, size_t key_len) open_session() argument
1493 get_session(coap_context_t *ctx, const char *local_addr, const char *local_port, coap_uri_scheme_t scheme, coap_proto_t proto, coap_address_t *dst, const uint8_t *identity, size_t identity_len, const uint8_t *key, size_t key_len) get_session() argument
1598 coap_proto_t proto; main() local
[all...]
/third_party/libcoap/src/
H A Dcoap_session.c519 coap_make_session(coap_proto_t proto, coap_session_type_t type, in coap_make_session() argument
1099 coap_make_addr_hash(coap_addr_hash_t *addr_hash, coap_proto_t proto, const coap_addr_tuple_t *addr_info) coap_make_addr_hash() argument
1259 coap_session_create_client(coap_context_t *ctx, const coap_address_t *local_if, const coap_address_t *server, coap_proto_t proto) coap_session_create_client() argument
1417 coap_new_client_session(coap_context_t *ctx, const coap_address_t *local_if, const coap_address_t *server, coap_proto_t proto) coap_new_client_session() argument
1432 coap_new_client_session_psk(coap_context_t *ctx, const coap_address_t *local_if, const coap_address_t *server, coap_proto_t proto, const char *identity, const uint8_t *key, unsigned key_len) coap_new_client_session_psk() argument
1457 coap_new_client_session_psk2(coap_context_t *ctx, const coap_address_t *local_if, const coap_address_t *server, coap_proto_t proto, coap_dtls_cpsk_t *setup_data) coap_new_client_session_psk2() argument
1627 coap_new_client_session_pki(coap_context_t *ctx, const coap_address_t *local_if, const coap_address_t *server, coap_proto_t proto, coap_dtls_pki_t *setup_data) coap_new_client_session_pki() argument
1819 coap_proto_name(coap_proto_t proto) coap_proto_name() argument
1844 coap_new_endpoint(coap_context_t *context, const coap_address_t *listen_addr, coap_proto_t proto) coap_new_endpoint() argument
[all...]
H A Dcoap_mbedtls.c1486 coap_dtls_new_mbedtls_env(coap_session_t *c_session, coap_dtls_role_t role, coap_proto_t proto) global() argument
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-objects.c3116 ecma_op_ordinary_object_set_prototype_of(ecma_object_t *obj_p, ecma_value_t proto) ecma_op_ordinary_object_set_prototype_of() argument
/third_party/nghttp2/src/
H A Dh2load.cc1112 auto proto = StringRef{next_proto, next_proto_len}; in connection_made() local
2495 auto proto = StringRef{optarg}; main() local
[all...]
H A Dshrpx_http2_session.cc1689 auto proto = StringRef{next_proto, next_proto_len}; in connection_made() local
H A Dshrpx_config.cc959 Proto proto; member
4358 strproto(Proto proto) strproto() argument
[all...]
H A Dshrpx_client_handler.cc630 StringRef proto; in validate_next_proto() local
[all...]
H A DHttpServer.cc908 auto proto = StringRef{next_proto, next_proto_len}; in verify_npn_result() local
H A Dutil.cc866 bool check_h2_is_selected(const StringRef &proto) { in check_h2_is_selected() argument
/third_party/lwip/src/apps/mdns/
H A Dmdns.c175 u16_t proto; member
2192 mdns_resp_add_service(struct netif *netif, const char *name, const char *service, enum mdns_sd_proto proto, u16_t port, u32_t dns_ttl, service_get_txt_fn_t txt_fn, void *txt_data) in mdns_resp_add_service() argument
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_eth_conf_1_0.h236 uint8_t proto; /**< Protocol, next header in big endian. */ member
246 uint8_t proto; /**< Protocol, next header to match. */ member
/third_party/openssl/test/helpers/
H A Dhandshake.c1412 const unsigned char *proto = NULL; in do_handshake_internal() local

Completed in 59 milliseconds

1234567891011