Searched refs:oclass (Results 1 – 3 of 3) sorted by relevance
/external/openssl/crypto/asn1/ |
D | tasn_dec.c | 76 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, 165 unsigned char imphack = 0, oclass; in ASN1_item_ex_d2i() local 205 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL, in ASN1_item_ex_d2i() 215 if (oclass != V_ASN1_UNIVERSAL) in ASN1_item_ex_d2i() 796 unsigned char oclass; in asn1_d2i_ex_primitive() local 810 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL, in asn1_d2i_ex_primitive() 818 if (oclass != V_ASN1_UNIVERSAL) in asn1_d2i_ex_primitive() 1260 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, in asn1_check_tlen() argument 1340 if (oclass) in asn1_check_tlen() 1341 *oclass = pclass; in asn1_check_tlen()
|
/external/bluetooth/glib/gobject/ |
D | gobject.h | 381 void g_object_class_install_property (GObjectClass *oclass, 384 GParamSpec* g_object_class_find_property (GObjectClass *oclass, 386 GParamSpec**g_object_class_list_properties (GObjectClass *oclass, 388 void g_object_class_override_property (GObjectClass *oclass,
|
D | gobject.c | 570 g_object_class_override_property (GObjectClass *oclass, in g_object_class_override_property() argument 578 g_return_if_fail (G_IS_OBJECT_CLASS (oclass)); in g_object_class_override_property() 584 parent_type = g_type_parent (G_OBJECT_CLASS_TYPE (oclass)); in g_object_class_override_property() 597 ifaces = g_type_interfaces (G_OBJECT_CLASS_TYPE (oclass), &n_ifaces); in g_object_class_override_property() 612 G_STRFUNC, G_OBJECT_CLASS_NAME (oclass), name); in g_object_class_override_property() 617 g_object_class_install_property (oclass, property_id, new); in g_object_class_override_property()
|