Lines Matching refs:xmlFree
710 xmlFree(fullname); in xmlValidBuildAContentModel()
902 xmlFree(cur->vstateTab); in xmlFreeValidCtxt()
904 xmlFree(cur->nodeTab); in xmlFreeValidCtxt()
905 xmlFree(cur); in xmlFreeValidCtxt()
1132 xmlFree((xmlChar *) cur->name); in xmlFreeDocElementContent()
1134 xmlFree((xmlChar *) cur->prefix); in xmlFreeDocElementContent()
1136 if (cur->name != NULL) xmlFree((xmlChar *) cur->name); in xmlFreeDocElementContent()
1137 if (cur->prefix != NULL) xmlFree((xmlChar *) cur->prefix); in xmlFreeDocElementContent()
1141 xmlFree(cur); in xmlFreeDocElementContent()
1148 xmlFree(cur); in xmlFreeDocElementContent()
1406 xmlFree((xmlChar *) elem->name); in xmlFreeElement()
1408 xmlFree((xmlChar *) elem->prefix); in xmlFreeElement()
1413 xmlFree(elem); in xmlFreeElement()
1509 xmlFree(uqname); in xmlAddElementDecl()
1511 xmlFree(ns); in xmlAddElementDecl()
1545 xmlFree(uqname); in xmlAddElementDecl()
1547 xmlFree(ns); in xmlAddElementDecl()
1551 xmlFree(ns); in xmlAddElementDecl()
1559 xmlFree(uqname); in xmlAddElementDecl()
1561 xmlFree(ns); in xmlAddElementDecl()
1574 xmlFree(uqname); in xmlAddElementDecl()
1576 xmlFree(ns); in xmlAddElementDecl()
1577 xmlFree(ret); in xmlAddElementDecl()
1597 xmlFree(uqname); in xmlAddElementDecl()
1639 xmlFree(uqname); in xmlAddElementDecl()
1836 if (cur->name != NULL) xmlFree((xmlChar *) cur->name); in xmlFreeEnumeration()
1837 xmlFree(cur); in xmlFreeEnumeration()
1941 xmlFree((xmlChar *) attr->elem); in xmlFreeAttribute()
1943 xmlFree((xmlChar *) attr->name); in xmlFreeAttribute()
1945 xmlFree((xmlChar *) attr->prefix); in xmlFreeAttribute()
1948 xmlFree((xmlChar *) attr->defaultValue); in xmlFreeAttribute()
1951 xmlFree((xmlChar *) attr->elem); in xmlFreeAttribute()
1953 xmlFree((xmlChar *) attr->name); in xmlFreeAttribute()
1955 xmlFree((xmlChar *) attr->defaultValue); in xmlFreeAttribute()
1957 xmlFree((xmlChar *) attr->prefix); in xmlFreeAttribute()
1959 xmlFree(attr); in xmlFreeAttribute()
2386 xmlFree((xmlChar *) nota->name); in xmlFreeNotation()
2388 xmlFree((xmlChar *) nota->PublicID); in xmlFreeNotation()
2390 xmlFree((xmlChar *) nota->SystemID); in xmlFreeNotation()
2391 xmlFree(nota); in xmlFreeNotation()
2608 xmlFree((char *)(str));
2629 xmlFree(id); in xmlFreeID()
2788 xmlFree(fullattrname); in xmlIsID()
2790 xmlFree(fullelemname); in xmlIsID()
2826 xmlFree(ID); in xmlRemoveID()
2831 xmlFree(ID); in xmlRemoveID()
2907 xmlFree((xmlChar *)ref->value); in xmlFreeRef()
2909 xmlFree((xmlChar *)ref->name); in xmlFreeRef()
2910 xmlFree(ref); in xmlFreeRef()
3056 xmlFree((char *)ret->value); in xmlAddRef()
3058 xmlFree((char *)ret->name); in xmlAddRef()
3059 xmlFree(ret); in xmlAddRef()
3147 xmlFree(ID); in xmlRemoveRef()
3170 xmlFree(ID); in xmlRemoveRef()
3233 if (prefix != NULL) xmlFree(prefix); in xmlGetDtdElementDesc()
3234 if (uqname != NULL) xmlFree(uqname); in xmlGetDtdElementDesc()
3300 if (prefix != NULL) xmlFree(prefix); in xmlGetDtdElementDesc2()
3301 if (uqname != NULL) xmlFree(uqname); in xmlGetDtdElementDesc2()
3357 if (prefix != NULL) xmlFree(prefix); in xmlGetDtdAttrDesc()
3358 if (uqname != NULL) xmlFree(uqname); in xmlGetDtdAttrDesc()
3981 xmlFree(dup); in xmlValidateAttributeValue2()
4055 xmlFree(fullname); in xmlValidCtxtNormalizeAttributeValue()
4134 xmlFree(fullname); in xmlValidNormalizeAttributeValue()
4455 xmlFree(fullname); in xmlValidateOneAttribute()
4635 xmlFree(fullname); in xmlValidateOneNamespace()
5381 xmlFree(fullname); in xmlValidateElementContent()
5568 xmlFree(repl); in xmlValidateElementContent()
5573 xmlFree(ctxt->vstateTab); in xmlValidateElementContent()
5580 xmlFree(ctxt->nodeTab); in xmlValidateElementContent()
5648 xmlFree(ctxt->nodeTab); in xmlValidateOneCdataElement()
6172 xmlFree(fullname); in xmlValidateOneElement()
6421 xmlFree(fullname); in xmlValidateRoot()
6485 xmlFree((char *)value); in xmlValidateElement()
6552 xmlFree(dup); in xmlValidateRef()
6588 xmlFree(dup); in xmlValidateRef()
6914 xmlFree(sysID); in xmlValidateDocument()