Home
last modified time | relevance | path

Searched refs:atype (Results 1 – 14 of 14) sorted by relevance

/external/elfutils/libebl/
Deblcorenote.c51 unsigned long int atype; local
58 atype = auxv->a_type;
65 atype = auxv->a_type;
73 switch (atype)
105 switch (atype)
141 if (atype == AT_NULL)
/external/openssl/crypto/pkcs12/
Dp12_attr.c139 ASN1_TYPE *atype; in PKCS12_get_friendlyname() local
140 if (!(atype = PKCS12_get_attr(bag, NID_friendlyName))) return NULL; in PKCS12_get_friendlyname()
141 if (atype->type != V_ASN1_BMPSTRING) return NULL; in PKCS12_get_friendlyname()
142 return OPENSSL_uni2asc(atype->value.bmpstring->data, in PKCS12_get_friendlyname()
143 atype->value.bmpstring->length); in PKCS12_get_friendlyname()
/external/openssl/crypto/x509/
Dx509_att.c289 int atype = 0; in X509_ATTRIBUTE_set1_data() local
298 atype = stmp->type; in X509_ATTRIBUTE_set1_data()
302 atype = attrtype; in X509_ATTRIBUTE_set1_data()
319 ASN1_TYPE_set(ttmp, atype, stmp); in X509_ATTRIBUTE_set1_data()
/external/libxml2/
Dvalid.c1901 if (cur->atype == XML_ATTRIBUTE_ID) { in xmlScanIDAttributeDecl()
2084 ret->atype = type; in xmlAddAttributeDecl()
2219 cur->atype = attr->atype; in xmlCopyAttribute()
2269 switch (attr->atype) { in xmlDumpAttributeDecl()
2695 attr->atype = XML_ATTRIBUTE_ID; in xmlAddID()
2768 if ((attrDecl != NULL) && (attrDecl->atype == XML_ATTRIBUTE_ID)) in xmlIsID()
2807 attr->atype = 0; in xmlRemoveID()
3085 (attrDecl->atype == XML_ATTRIBUTE_IDREF || in xmlIsRef()
3086 attrDecl->atype == XML_ATTRIBUTE_IDREFS)) in xmlIsRef()
4041 if (attrDecl->atype == XML_ATTRIBUTE_CDATA) in xmlValidCtxtNormalizeAttributeValue()
[all …]
Dxmlschemastypes.c2743 if (attr->atype != XML_ATTRIBUTE_ID) { in xmlSchemaValAtomicType()
2756 attr->atype = XML_ATTRIBUTE_ID; in xmlSchemaValAtomicType()
2781 attr->atype = XML_ATTRIBUTE_IDREF; in xmlSchemaValAtomicType()
2795 attr->atype = XML_ATTRIBUTE_IDREFS; in xmlSchemaValAtomicType()
2826 attr->atype = XML_ATTRIBUTE_ENTITY; in xmlSchemaValAtomicType()
2843 attr->atype = XML_ATTRIBUTE_ENTITIES; in xmlSchemaValAtomicType()
Dtree.c2038 if ((cur->doc != NULL) && (cur->atype == XML_ATTRIBUTE_ID)) { in xmlFreeProp()
6704 if (prop->atype == XML_ATTRIBUTE_ID) { in xmlSetNsProp()
6706 prop->atype = XML_ATTRIBUTE_ID; in xmlSetNsProp()
6732 if (prop->atype == XML_ATTRIBUTE_ID) in xmlSetNsProp()
8980 (((xmlAttrPtr) cur)->atype == XML_ATTRIBUTE_ID)) in xmlDOMWrapAdoptBranch()
8984 ((xmlAttrPtr) cur)->atype = 0; in xmlDOMWrapAdoptBranch()
9700 attr->atype = 0; in xmlDOMWrapAdoptAttr()
DdebugXML.c504 switch (attr->atype) { in xmlCtxtDumpAttrDecl()
Dxmlschemas.c5929 if (attr->atype != XML_ATTRIBUTE_ID) { in xmlSchemaPValAttrNodeID()
5952 attr->atype = XML_ATTRIBUTE_ID; in xmlSchemaPValAttrNodeID()
24379 #define NORMALIZE(atype) \ in xmlSchemaVCheckCVCSimpleType() argument
24382 normValue = xmlSchemaNormalizeValue(atype, value); \ in xmlSchemaVCheckCVCSimpleType()
/external/nist-sip/java/gov/nist/javax/sip/address/
DAddressImpl.java208 public void setAddressType(int atype) { in setAddressType() argument
209 addressType = atype; in setAddressType()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dregister.h163 string atype = A::Type(); in Convert() local
165 << "\" (arc type = \"" << atype << "\")"; in Convert()
/external/openssl/crypto/asn1/
Dtasn_prn.c541 ASN1_TYPE *atype = (ASN1_TYPE *)*fld; in asn1_primitive_print() local
542 utype = atype->type; in asn1_primitive_print()
543 fld = &atype->value.asn1_value; in asn1_primitive_print()
/external/libxml2/include/libxml/
Dtree.h226 xmlAttributeType atype; /* The attribute type */ member
406 xmlAttributeType atype; /* the attribute type if validating */ member
/external/webkit/WebCore/bridge/qt/
Dqt_runtime.cpp1147 int atype = QMetaType::type(argTypeName); in findMethodIndex() local
1148 if (atype == 0) { in findMethodIndex()
1164 types.append(QtMethodMatchType::metaType(atype, argTypeName)); in findMethodIndex()
/external/bluetooth/glib/gobject/
Dgtype.c3162 GType atype = 0; in g_type_next_base() local
3175 atype = node->supers[n - 1]; in g_type_next_base()
3179 return atype; in g_type_next_base()