Searched refs:attrDecl (Results 1 – 9 of 9) sorted by relevance
/third_party/gettext/gnulib-local/lib/libxml/ |
D | valid.c | 2752 xmlAttributePtr attrDecl = NULL; in xmlIsID() local 2766 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullelemname, in xmlIsID() 2768 if ((attrDecl == NULL) && (doc->extSubset != NULL)) in xmlIsID() 2769 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullelemname, in xmlIsID() 2778 if ((attrDecl != NULL) && (attrDecl->atype == XML_ATTRIBUTE_ID)) in xmlIsID() 3088 xmlAttributePtr attrDecl; in xmlIsRef() local 3091 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, attr->name); in xmlIsRef() 3092 if ((attrDecl == NULL) && (doc->extSubset != NULL)) in xmlIsRef() 3093 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, in xmlIsRef() 3096 if ((attrDecl != NULL) && in xmlIsRef() [all …]
|
D | tree.c | 6555 xmlAttributePtr attrDecl = NULL; in xmlGetPropNodeInternal() local 6574 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, in xmlGetPropNodeInternal() 6576 if ((attrDecl == NULL) && (doc->extSubset != NULL)) { in xmlGetPropNodeInternal() 6577 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, in xmlGetPropNodeInternal() 6596 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elemQName, in xmlGetPropNodeInternal() 6598 if (attrDecl) in xmlGetPropNodeInternal() 6601 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, elemQName, in xmlGetPropNodeInternal() 6603 if (attrDecl) in xmlGetPropNodeInternal() 6616 if ((attrDecl != NULL) && (attrDecl->defaultValue != NULL)) in xmlGetPropNodeInternal() 6617 return((xmlAttrPtr) attrDecl); in xmlGetPropNodeInternal() [all …]
|
D | schemasInternals.in.h | 961 xmlHashTablePtr attrDecl; member
|
D | xmlschemas.c | 204 #define WXS_ATTRUSE_DECL(au) (WXS_ATTR_USE_CAST (au))->attrDecl 561 xmlSchemaAttributePtr attrDecl; member 4183 if (schema->attrDecl != NULL) in xmlSchemaFree() 4184 xmlHashFree(schema->attrDecl, NULL); in xmlSchemaFree() 4901 WXS_FIND_GLOBAL_ITEM(attrDecl) in xmlSchemaGetAttributeDecl() 7325 xmlSchemaAttributePtr attrDecl; in xmlSchemaParseLocalAttribute() local 7376 attrDecl = xmlSchemaAddAttribute(pctxt, schema, name, ns, node, 0); in xmlSchemaParseLocalAttribute() 7377 if (attrDecl == NULL) in xmlSchemaParseLocalAttribute() 7380 attrDecl->typeName = tmpName; in xmlSchemaParseLocalAttribute() 7381 attrDecl->typeNs = tmpNs; in xmlSchemaParseLocalAttribute() [all …]
|
/third_party/libxml2/ |
D | valid.c | 2813 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 …]
|
D | tree.c | 6568 xmlAttributePtr attrDecl = NULL; in xmlGetPropNodeInternal() local 6587 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, in xmlGetPropNodeInternal() 6589 if ((attrDecl == NULL) && (doc->extSubset != NULL)) { in xmlGetPropNodeInternal() 6590 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, in xmlGetPropNodeInternal() 6597 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, in xmlGetPropNodeInternal() 6599 if ((attrDecl == NULL) && (doc->extSubset != NULL)) { in xmlGetPropNodeInternal() 6600 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, in xmlGetPropNodeInternal() 6619 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elemQName, in xmlGetPropNodeInternal() 6621 if (attrDecl) in xmlGetPropNodeInternal() 6624 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, elemQName, in xmlGetPropNodeInternal() [all …]
|
D | xmlschemas.c | 175 #define WXS_ATTRUSE_DECL(au) (WXS_ATTR_USE_CAST (au))->attrDecl 532 xmlSchemaAttributePtr attrDecl; member 4193 if (schema->attrDecl != NULL) in xmlSchemaFree() 4194 xmlHashFree(schema->attrDecl, NULL); in xmlSchemaFree() 4911 WXS_FIND_GLOBAL_ITEM(attrDecl) in xmlSchemaGetAttributeDecl() 7341 xmlSchemaAttributePtr attrDecl; in xmlSchemaParseLocalAttribute() local 7392 attrDecl = xmlSchemaAddAttribute(pctxt, schema, name, ns, node, 0); in xmlSchemaParseLocalAttribute() 7393 if (attrDecl == NULL) in xmlSchemaParseLocalAttribute() 7396 attrDecl->typeName = tmpName; in xmlSchemaParseLocalAttribute() 7397 attrDecl->typeNs = tmpNs; in xmlSchemaParseLocalAttribute() [all …]
|
/third_party/libxml2/include/libxml/ |
D | schemasInternals.h | 933 xmlHashTablePtr attrDecl; member
|
/third_party/libxml2/os400/libxmlrpg/ |
D | schemasInternals.rpgle | 1117 d attrDecl like(xmlHashTablePtr)
|