Home
last modified time | relevance | path

Searched refs:attrDecl (Results 1 – 6 of 6) sorted by relevance

/third_party/libxml2/
Dvalid.c2813 xmlAttributePtr attrDecl = NULL; in xmlIsID() local
2827 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullelemname, in xmlIsID()
2829 if ((attrDecl == NULL) && (doc->extSubset != NULL)) in xmlIsID()
2830 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullelemname, in xmlIsID()
2839 if ((attrDecl != NULL) && (attrDecl->atype == XML_ATTRIBUTE_ID)) in xmlIsID()
3150 xmlAttributePtr attrDecl; in xmlIsRef() local
3153 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, attr->name); in xmlIsRef()
3154 if ((attrDecl == NULL) && (doc->extSubset != NULL)) in xmlIsRef()
3155 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, in xmlIsRef()
3158 if ((attrDecl != NULL) && in xmlIsRef()
[all …]
Dtree.c6585 xmlAttributePtr attrDecl = NULL; in xmlGetPropNodeInternal() local
6604 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, in xmlGetPropNodeInternal()
6606 if ((attrDecl == NULL) && (doc->extSubset != NULL)) { in xmlGetPropNodeInternal()
6607 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, in xmlGetPropNodeInternal()
6614 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, in xmlGetPropNodeInternal()
6616 if ((attrDecl == NULL) && (doc->extSubset != NULL)) { in xmlGetPropNodeInternal()
6617 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, in xmlGetPropNodeInternal()
6636 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elemQName, in xmlGetPropNodeInternal()
6638 if (attrDecl) in xmlGetPropNodeInternal()
6641 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, elemQName, in xmlGetPropNodeInternal()
[all …]
Dxmlschemas.c175 #define WXS_ATTRUSE_DECL(au) (WXS_ATTR_USE_CAST (au))->attrDecl
532 xmlSchemaAttributePtr attrDecl; member
4199 if (schema->attrDecl != NULL) in xmlSchemaFree()
4200 xmlHashFree(schema->attrDecl, NULL); in xmlSchemaFree()
4917 WXS_FIND_GLOBAL_ITEM(attrDecl) in xmlSchemaGetAttributeDecl()
7347 xmlSchemaAttributePtr attrDecl; in xmlSchemaParseLocalAttribute() local
7398 attrDecl = xmlSchemaAddAttribute(pctxt, schema, name, ns, node, 0); in xmlSchemaParseLocalAttribute()
7399 if (attrDecl == NULL) in xmlSchemaParseLocalAttribute()
7402 attrDecl->typeName = tmpName; in xmlSchemaParseLocalAttribute()
7403 attrDecl->typeNs = tmpNs; in xmlSchemaParseLocalAttribute()
[all …]
/third_party/libxml2/include/libxml/
DschemasInternals.h933 xmlHashTablePtr attrDecl; member
/third_party/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle1117 d attrDecl like(xmlHashTablePtr)
/third_party/chromium/patch/
D0001-cve.patch133471 xmlAttributePtr attrDecl = NULL;
133502 xmlAttributePtr attrDecl = NULL;