Lines Matching refs:xmlAttributePtr
640 xmlAttributePtr xmlScanAttributeDecl(xmlDtdPtr dtd, const xmlChar *elem);
1389 xmlAttributePtr oldAttributes = NULL; in xmlAddElementDecl()
1844 xmlScanAttributeDeclCallback(xmlAttributePtr attr, xmlAttributePtr *list, in xmlScanAttributeDeclCallback()
1861 xmlAttributePtr
1863 xmlAttributePtr ret = NULL; in xmlScanAttributeDecl()
1895 xmlAttributePtr cur; in xmlScanIDAttributeDecl()
1921 xmlFreeAttribute(xmlAttributePtr attr) { in xmlFreeAttribute()
1973 xmlAttributePtr
1979 xmlAttributePtr ret; in xmlAddAttributeDecl()
2072 ret = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute)); in xmlAddAttributeDecl()
2154 xmlAttributePtr tmp = elemDef->attributes; in xmlAddAttributeDecl()
2208 static xmlAttributePtr
2209 xmlCopyAttribute(xmlAttributePtr attr) { in xmlCopyAttribute()
2210 xmlAttributePtr cur; in xmlCopyAttribute()
2212 cur = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute)); in xmlCopyAttribute()
2258 xmlDumpAttributeDecl(xmlBufferPtr buf, xmlAttributePtr attr) { in xmlDumpAttributeDecl()
2339 xmlDumpAttributeDeclScan(xmlAttributePtr attr, xmlBufferPtr buf) { in xmlDumpAttributeDeclScan()
2742 xmlAttributePtr attrDecl = NULL; in xmlIsID()
3076 xmlAttributePtr attrDecl; in xmlIsRef()
3315 xmlAttributePtr
3318 xmlAttributePtr cur; in xmlGetDtdAttrDesc()
3352 xmlAttributePtr
4007 xmlAttributePtr attrDecl = NULL; in xmlValidCtxtNormalizeAttributeValue()
4093 xmlAttributePtr attrDecl = NULL; in xmlValidNormalizeAttributeValue()
4142 xmlValidateAttributeIdCallback(xmlAttributePtr attr, int *count, in xmlValidateAttributeIdCallback()
4167 xmlAttributePtr attr) { in xmlValidateAttributeDecl()
4402 xmlAttributePtr attrDecl = NULL; in xmlValidateOneAttribute()
4579 xmlAttributePtr attrDecl = NULL; in xmlValidateOneNamespace()
5994 xmlAttributePtr attr; in xmlValidateOneElement()
6707 xmlValidateAttributeCallback(xmlAttributePtr cur, xmlValidCtxtPtr ctxt, in xmlValidateAttributeCallback()