/third_party/nghttp2/src/ |
H A D | shrpx_worker.cc | 116 std::get<5>(*p) = a.proto; in create_downstream_key() 314 dst_addr.proto = src_addr.proto; in replace_downstream_config()
|
/third_party/python/Lib/test/ |
H A D | test_memoryio.py | 418 for proto in range(2, pickle.HIGHEST_PROTOCOL + 1): 420 obj2 = pickle.loads(pickle.dumps(obj, protocol=proto)) 426 self.assertRaises(ValueError, pickle.dumps, obj2, proto)
|
H A D | test_uuid.py | 342 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 343 with self.subTest(protocol=proto): 344 check(pickle.loads(pickle.dumps(u, proto)), u)
|
H A D | _test_multiprocessing.py | 4003 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 4004 with self.subTest(proto=proto): 4010 pickled_sms = pickle.dumps(sms, protocol=proto) 4029 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 4030 with self.subTest(proto=proto): 4033 pickled_sms = pickle.dumps(sms, protocol=proto) 4260 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 4261 with self.subTest(proto [all...] |
/third_party/protobuf/src/google/protobuf/compiler/python/ |
H A D | python_generator.cc | 76 // Returns a copy of |filename| with any trailing ".protodevel" or ".proto 81 StrEndsWith(filename, ".protodevel") ? ".protodevel" : ".proto"; in StripProto() 85 // Returns the Python module name expected for a given .proto filename. 93 // Returns the alias we assign to the module of the given .proto filename 815 // Serialization of proto in PrintDescriptor() 1032 // Only works for fields in the .proto file this Generator is generating for. 1243 return file_->name() == "net/proto2/proto/descriptor.proto" || in GeneratingDescriptorProto() 1244 file_->name() == "google/protobuf/descriptor.proto"; in GeneratingDescriptorProto() 1271 // the module name iff this descriptor is from a different .proto fil in ModuleLevelDescriptorName() [all...] |
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectsource_test.cc | 115 std::string proto = oss.str(); in ExecuteTest() local 116 ArrayInputStream arr_stream(proto.data(), proto.size()); in ExecuteTest()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | vector_user.c | 160 static int create_raw_fd(char *iface, int flags, int proto) in create_raw_fd() argument 180 sock.sll_protocol = htons(proto); in create_raw_fd()
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_intel.c | 556 init_speed = hu->proto->init_speed; in intel_setup() 561 oper_speed = hu->proto->oper_speed; in intel_setup()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.h | 690 u16 proto; member 973 int hclge_set_vlan_filter(struct hnae3_handle *handle, __be16 proto,
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | vector_user.c | 161 static int create_raw_fd(char *iface, int flags, int proto) in create_raw_fd() argument 181 sock.sll_protocol = htons(proto); in create_raw_fd()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en.h | 883 int mlx5e_vlan_rx_add_vid(struct net_device *dev, __always_unused __be16 proto, 885 int mlx5e_vlan_rx_kill_vid(struct net_device *dev, __always_unused __be16 proto,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | net_driver.h | 1465 int (*vlan_rx_add_vid)(struct efx_nic *efx, __be16 proto, u16 vid); 1466 int (*vlan_rx_kill_vid)(struct efx_nic *efx, __be16 proto, u16 vid);
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ses.c | 441 enum scsi_protocol proto = desc[0] & 0x0f; in ses_process_descriptor() local 450 switch (proto) { in ses_process_descriptor()
|
/kernel/linux/linux-5.10/net/nfc/ |
H A D | llcp_sock.c | 53 static struct proto llcp_sock_proto = { 1051 .proto = &llcp_sock_proto,
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | rpcb_clnt.c | 346 int proto, u32 version, in rpcb_create() 351 .protocol = proto, in rpcb_create() 343 rpcb_create(struct net *net, const char *nodename, const char *hostname, struct sockaddr *srvaddr, size_t salen, int proto, u32 version, const struct cred *cred) rpcb_create() argument
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | internal.h | 83 int proto; member 212 void nfs_init_timeout_values(struct rpc_timeout *to, int proto, int timeo, int retrans);
|
/kernel/linux/linux-5.10/fs/debugfs/ |
H A D | file.c | 219 #define FULL_PROXY_FUNC(name, ret_type, filp, proto, args) \ 220 static ret_type full_proxy_ ## name(proto) \
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | seg6_local.c | 115 static bool decap_and_validate(struct sk_buff *skb, int proto) in decap_and_validate() argument 129 if (ipv6_find_hdr(skb, &off, proto, NULL, NULL) < 0) in decap_and_validate()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_expect.c | 300 u_int8_t proto, const __be16 *src, const __be16 *dst) in nf_ct_expect_init() 314 exp->tuple.dst.protonum = proto; in nf_ct_expect_init() 620 seq_printf(s, "l3proto = %u proto=%u ", in exp_seq_show() 296 nf_ct_expect_init(struct nf_conntrack_expect *exp, unsigned int class, u_int8_t family, const union nf_inet_addr *saddr, const union nf_inet_addr *daddr, u_int8_t proto, const __be16 *src, const __be16 *dst) nf_ct_expect_init() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.h | 696 int (*set_vlan_filter)(struct hnae3_handle *handle, __be16 proto, 699 u16 vlan, u8 qos, __be16 proto);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.h | 814 __le16 proto; member 1105 int hclge_set_vlan_filter(struct hnae3_handle *handle, __be16 proto,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | match.c | 216 ext->proto |= match.key->ip_proto & match.mask->ip_proto; in nfp_flower_compile_ip_ext() 217 msk->proto |= match.mask->ip_proto; in nfp_flower_compile_ip_ext()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_ptp.c | 55 u16 proto) in lan966x_ptp_add_trap() 88 err |= vcap_val_rule(vrule, proto); in lan966x_ptp_add_trap() 51 lan966x_ptp_add_trap(struct lan966x_port *port, int (*add_ptp_key)(struct vcap_rule *vrule, struct lan966x_port*), u32 rule_id, u16 proto) lan966x_ptp_add_trap() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | net_driver.h | 1478 int (*vlan_rx_add_vid)(struct efx_nic *efx, __be16 proto, u16 vid); 1479 int (*vlan_rx_kill_vid)(struct efx_nic *efx, __be16 proto, u16 vid);
|
/kernel/linux/linux-6.6/fs/debugfs/ |
H A D | file.c | 219 #define FULL_PROXY_FUNC(name, ret_type, filp, proto, args) \ 220 static ret_type full_proxy_ ## name(proto) \
|