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

/external/openssl/crypto/pkcs12/
H A Dp12_attr.c139 ASN1_TYPE *atype; local
140 if (!(atype = PKCS12_get_attr(bag, NID_friendlyName))) return NULL;
141 if (atype->type != V_ASN1_BMPSTRING) return NULL;
142 return OPENSSL_uni2asc(atype->value.bmpstring->data,
143 atype->value.bmpstring->length);
/external/elfutils/libebl/
H A 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/nist-sip/java/gov/nist/javax/sip/address/
H A DAddressImpl.java205 * @param atype int to set
208 public void setAddressType(int atype) { argument
209 addressType = atype;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dregister.h163 string atype = A::Type(); local
165 << "\" (arc type = \"" << atype << "\")"; local
/external/openssl/crypto/x509/
H A Dx509_att.c289 int atype = 0; local
298 atype = stmp->type;
302 atype = attrtype;
319 ASN1_TYPE_set(ttmp, atype, stmp);
/external/libxml2/
H A Dvalid.c1901 if (cur->atype == XML_ATTRIBUTE_ID) {
2084 ret->atype = type;
2219 cur->atype = attr->atype;
2269 switch (attr->atype) {
2695 attr->atype = XML_ATTRIBUTE_ID;
2768 if ((attrDecl != NULL) && (attrDecl->atype == XML_ATTRIBUTE_ID))
2807 attr->atype = 0;
3085 (attrDecl->atype == XML_ATTRIBUTE_IDREF ||
3086 attrDecl->atype
[all...]
H A Dxmlschemastypes.c2743 if (attr->atype != XML_ATTRIBUTE_ID) {
2756 attr->atype = XML_ATTRIBUTE_ID;
2781 attr->atype = XML_ATTRIBUTE_IDREF;
2795 attr->atype = XML_ATTRIBUTE_IDREFS;
2826 attr->atype = XML_ATTRIBUTE_ENTITY;
2843 attr->atype = XML_ATTRIBUTE_ENTITIES;
H A Dtree.c2038 if ((cur->doc != NULL) && (cur->atype == XML_ATTRIBUTE_ID)) {
6704 if (prop->atype == XML_ATTRIBUTE_ID) {
6706 prop->atype = XML_ATTRIBUTE_ID;
6732 if (prop->atype == XML_ATTRIBUTE_ID)
8980 (((xmlAttrPtr) cur)->atype == XML_ATTRIBUTE_ID))
8984 ((xmlAttrPtr) cur)->atype = 0;
9700 attr->atype = 0;
H A DdebugXML.c504 switch (attr->atype) {
H A Dxmlschemas.c5929 if (attr->atype != XML_ATTRIBUTE_ID) {
5952 attr->atype = XML_ATTRIBUTE_ID;
24379 #define NORMALIZE(atype) \
24382 normValue = xmlSchemaNormalizeValue(atype, value); \
/external/openssl/crypto/asn1/
H A Dtasn_prn.c541 ASN1_TYPE *atype = (ASN1_TYPE *)*fld; local
542 utype = atype->type;
543 fld = &atype->value.asn1_value;
/external/libxml2/include/libxml/
H A Dtree.h226 xmlAttributeType atype; /* The attribute type */ member in struct:_xmlAttribute
406 xmlAttributeType atype; /* the attribute type if validating */ member in struct:_xmlAttr
/external/webkit/WebCore/bridge/qt/
H A Dqt_runtime.cpp1147 int atype = QMetaType::type(argTypeName); local
1148 if (atype == 0) {
1164 types.append(QtMethodMatchType::metaType(atype, argTypeName));
/external/bluetooth/glib/gobject/
H A Dgtype.c3162 GType atype = 0; local
3175 atype = node->supers[n - 1];
3179 return atype;

Completed in 291 milliseconds