• Home
  • Raw
  • Download

Lines Matching refs:xmlAttributePtr

1387     xmlAttributePtr oldAttributes = NULL;  in xmlAddElementDecl()
1847 xmlAttributePtr cur; in xmlScanIDAttributeDecl()
1873 xmlFreeAttribute(xmlAttributePtr attr) { in xmlFreeAttribute()
1925 xmlAttributePtr
1931 xmlAttributePtr ret; in xmlAddAttributeDecl()
2024 ret = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute)); in xmlAddAttributeDecl()
2106 xmlAttributePtr tmp = elemDef->attributes; in xmlAddAttributeDecl()
2160 static xmlAttributePtr
2161 xmlCopyAttribute(xmlAttributePtr attr) { in xmlCopyAttribute()
2162 xmlAttributePtr cur; in xmlCopyAttribute()
2164 cur = (xmlAttributePtr) xmlMalloc(sizeof(xmlAttribute)); in xmlCopyAttribute()
2210 xmlDumpAttributeDecl(xmlBufferPtr buf, xmlAttributePtr attr) { in xmlDumpAttributeDecl()
2291 xmlDumpAttributeDeclScan(xmlAttributePtr attr, xmlBufferPtr buf) { in xmlDumpAttributeDeclScan()
2694 xmlAttributePtr attrDecl = NULL; in xmlIsID()
3029 xmlAttributePtr attrDecl; in xmlIsRef()
3268 xmlAttributePtr
3271 xmlAttributePtr cur; in xmlGetDtdAttrDesc()
3305 xmlAttributePtr
3961 xmlAttributePtr attrDecl = NULL; in xmlValidCtxtNormalizeAttributeValue()
4047 xmlAttributePtr attrDecl = NULL; in xmlValidNormalizeAttributeValue()
4093 xmlValidateAttributeIdCallback(xmlAttributePtr attr, int *count, in xmlValidateAttributeIdCallback()
4118 xmlAttributePtr attr) { in xmlValidateAttributeDecl()
4353 xmlAttributePtr attrDecl = NULL; in xmlValidateOneAttribute()
4530 xmlAttributePtr attrDecl = NULL; in xmlValidateOneNamespace()
5946 xmlAttributePtr attr; in xmlValidateOneElement()
6667 xmlValidateAttributeCallback(xmlAttributePtr cur, xmlValidCtxtPtr ctxt, in xmlValidateAttributeCallback()