Home
last modified time | relevance | path

Searched refs:proto_type (Results 76 – 100 of 224) sorted by relevance

123456789

/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-fcsp.c300 guint16 name_type, name_len, proto_type, param_len; in dissect_fcsp_auth_negotiate() local
332 proto_type = tvb_get_ntohl(tvb, offset); in dissect_fcsp_auth_negotiate()
335 switch (proto_type) { in dissect_fcsp_auth_negotiate()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-fcsp.c300 guint16 name_type, name_len, proto_type, param_len; in dissect_fcsp_auth_negotiate() local
332 proto_type = tvb_get_ntohl(tvb, offset); in dissect_fcsp_auth_negotiate()
335 switch (proto_type) { in dissect_fcsp_auth_negotiate()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-fcsp.c300 guint16 name_type, name_len, proto_type, param_len; in dissect_fcsp_auth_negotiate() local
332 proto_type = tvb_get_ntohl(tvb, offset); in dissect_fcsp_auth_negotiate()
335 switch (proto_type) { in dissect_fcsp_auth_negotiate()
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_inheritance.c373 zend_class_entry *proto_scope, zend_type proto_type, in zend_perform_covariant_class_type_check() argument
376 if (ZEND_TYPE_FULL_MASK(proto_type) & MAY_BE_OBJECT) { in zend_perform_covariant_class_type_check()
387 if (ZEND_TYPE_FULL_MASK(proto_type) & MAY_BE_ITERABLE) { in zend_perform_covariant_class_type_check()
397 ZEND_TYPE_FOREACH(proto_type, single_type) { in zend_perform_covariant_class_type_check()
434 if (ZEND_TYPE_PURE_MASK(proto_type) == MAY_BE_ANY && in zend_perform_covariant_type_check()
441 uint32_t proto_type_mask = ZEND_TYPE_PURE_MASK(proto_type); in zend_perform_covariant_type_check()
448 && zend_type_contains_traversable(proto_type)) { in zend_perform_covariant_type_check()
478 proto_scope, proto_type, /* register_unresolved */ 0); in zend_perform_covariant_type_check()
483 proto_scope, proto_type, /* register_unresolved */ 0); in zend_perform_covariant_type_check()
508 proto_scope, proto_type, /* register_unresolved */ 1); in zend_perform_covariant_type_check()
[all …]
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_inheritance.c373 zend_class_entry *proto_scope, zend_type proto_type, in zend_perform_covariant_class_type_check() argument
376 if (ZEND_TYPE_FULL_MASK(proto_type) & MAY_BE_OBJECT) { in zend_perform_covariant_class_type_check()
387 if (ZEND_TYPE_FULL_MASK(proto_type) & MAY_BE_ITERABLE) { in zend_perform_covariant_class_type_check()
397 ZEND_TYPE_FOREACH(proto_type, single_type) { in zend_perform_covariant_class_type_check()
434 if (ZEND_TYPE_PURE_MASK(proto_type) == MAY_BE_ANY && in zend_perform_covariant_type_check()
441 uint32_t proto_type_mask = ZEND_TYPE_PURE_MASK(proto_type); in zend_perform_covariant_type_check()
448 && zend_type_contains_traversable(proto_type)) { in zend_perform_covariant_type_check()
478 proto_scope, proto_type, /* register_unresolved */ 0); in zend_perform_covariant_type_check()
483 proto_scope, proto_type, /* register_unresolved */ 0); in zend_perform_covariant_type_check()
508 proto_scope, proto_type, /* register_unresolved */ 1); in zend_perform_covariant_type_check()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/lib/libnet/
H A Dipv4.h53 uint16_t proto_type; /**< Protocol address space */ member
/dports/emulators/qemu42/qemu-4.2.1/roms/SLOF/lib/libnet/
H A Dipv4.h53 uint16_t proto_type; /**< Protocol address space */ member
/dports/emulators/qemu/qemu-6.2.0/roms/SLOF/lib/libnet/
H A Dipv4.h53 uint16_t proto_type; /**< Protocol address space */ member
/dports/emulators/qemu5/qemu-5.2.0/roms/SLOF/lib/libnet/
H A Dipv4.h53 uint16_t proto_type; /**< Protocol address space */ member
/dports/emulators/qemu-utils/qemu-4.2.1/roms/SLOF/lib/libnet/
H A Dipv4.h53 uint16_t proto_type; /**< Protocol address space */ member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/SLOF/lib/libnet/
H A Dipv4.h53 uint16_t proto_type; /**< Protocol address space */ member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/SLOF/lib/libnet/
H A Dipv4.h53 uint16_t proto_type; /**< Protocol address space */ member
/dports/net-im/climm/climm-0.7.1/src/
H A Dutil_otr.c108 static const char *proto_name (UWORD proto_type) in proto_name() argument
112 proto = ConnectionServerType (proto_type); in proto_name()
121 static UWORD proto_type (const char *proto_name) in proto_type() function
140 serv = ServerFindScreen (proto_type (proto), account); in find_contact()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/protozero/protoc_plugin/
H A Dprotozero_plugin.cc174 const char* FieldTypeToProtozeroWireType(FieldDescriptor::Type proto_type) { in FieldTypeToProtozeroWireType() argument
175 switch (proto_type) { in FieldTypeToProtozeroWireType()
208 const char* FieldTypeToPackedBufferType(FieldDescriptor::Type proto_type) { in FieldTypeToPackedBufferType() argument
209 switch (proto_type) { in FieldTypeToPackedBufferType()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/protozero/protoc_plugin/
H A Dprotozero_plugin.cc177 const char* FieldTypeToProtozeroWireType(FieldDescriptor::Type proto_type) { in FieldTypeToProtozeroWireType() argument
178 switch (proto_type) { in FieldTypeToProtozeroWireType()
211 const char* FieldTypeToPackedBufferType(FieldDescriptor::Type proto_type) { in FieldTypeToPackedBufferType() argument
212 switch (proto_type) { in FieldTypeToPackedBufferType()
/dports/net-im/meanwhile/meanwhile-1.0.2/src/
H A Dmessage.c297 guint32_put(b, msg->proto_type); in CHANNEL_CREATE_put()
349 guint32_get(b, &msg->proto_type); in CHANNEL_CREATE_get()
406 guint32_put(b, msg->proto_type); in CHANNEL_ACCEPT_put()
449 guint32_get(b, &msg->proto_type); in CHANNEL_ACCEPT_get()
H A Dmw_channel.h238 void mwChannel_setProtoType(struct mwChannel *chan, guint32 proto_type);
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_inheritance.c458 zend_class_entry *proto_scope, zend_type proto_type) { in zend_is_class_subtype_of_type() argument
463 if (ZEND_TYPE_FULL_MASK(proto_type) & MAY_BE_OBJECT) { in zend_is_class_subtype_of_type()
475 if (ZEND_TYPE_FULL_MASK(proto_type) & MAY_BE_ITERABLE) { in zend_is_class_subtype_of_type()
490 ZEND_TYPE_FOREACH(proto_type, single_type) { in zend_is_class_subtype_of_type()
553 zend_class_entry *proto_scope, zend_type proto_type) in zend_perform_covariant_type_check() argument
559 if (ZEND_TYPE_PURE_MASK(proto_type) == MAY_BE_ANY && in zend_perform_covariant_type_check()
566 uint32_t proto_type_mask = ZEND_TYPE_PURE_MASK(proto_type); in zend_perform_covariant_type_check()
573 && zend_type_contains_traversable(proto_type)) { in zend_perform_covariant_type_check()
632 ZEND_TYPE_FOREACH(proto_type, single_type) { in zend_perform_covariant_type_check()
661 fe_scope, fe_class_name, proto_scope, proto_type); in zend_perform_covariant_type_check()
[all …]
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_inheritance.c458 zend_class_entry *proto_scope, zend_type proto_type) { in zend_is_class_subtype_of_type() argument
463 if (ZEND_TYPE_FULL_MASK(proto_type) & MAY_BE_OBJECT) { in zend_is_class_subtype_of_type()
475 if (ZEND_TYPE_FULL_MASK(proto_type) & MAY_BE_ITERABLE) { in zend_is_class_subtype_of_type()
490 ZEND_TYPE_FOREACH(proto_type, single_type) { in zend_is_class_subtype_of_type()
553 zend_class_entry *proto_scope, zend_type proto_type) in zend_perform_covariant_type_check() argument
559 if (ZEND_TYPE_PURE_MASK(proto_type) == MAY_BE_ANY && in zend_perform_covariant_type_check()
566 uint32_t proto_type_mask = ZEND_TYPE_PURE_MASK(proto_type); in zend_perform_covariant_type_check()
573 && zend_type_contains_traversable(proto_type)) { in zend_perform_covariant_type_check()
632 ZEND_TYPE_FOREACH(proto_type, single_type) { in zend_perform_covariant_type_check()
661 fe_scope, fe_class_name, proto_scope, proto_type); in zend_perform_covariant_type_check()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/apitools/gen/
H A Dextended_descriptor.py327 proto_type = field.type_name
329 proto_type = str(field.variant).lower()
342 label, proto_type, field.name, field.number, default_statement)
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/apitools/apitools/gen/
H A Dextended_descriptor.py327 proto_type = field.type_name
329 proto_type = str(field.variant).lower()
342 label, proto_type, field.name, field.number, default_statement)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/apitools/apitools/gen/
H A Dextended_descriptor.py327 proto_type = field.type_name
329 proto_type = str(field.variant).lower()
342 label, proto_type, field.name, field.number, default_statement)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/apitools/gen/
H A Dextended_descriptor.py330 proto_type = field.type_name
332 proto_type = str(field.variant).lower()
345 label, proto_type, field.name, field.number, default_statement)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
H A Dextended_descriptor.py327 proto_type = field.type_name
329 proto_type = str(field.variant).lower()
342 label, proto_type, field.name, field.number, default_statement)
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_nb_state.c316 int proto_type = 0; in lib_vrf_zebra_ribs_rib_route_route_entry_lookup_entry() local
320 proto_type = proto_redistnum(afi, args->keys->key[0]); in lib_vrf_zebra_ribs_rib_route_route_entry_lookup_entry()
323 if (proto_type == re->type) in lib_vrf_zebra_ribs_rib_route_route_entry_lookup_entry()

123456789