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()
1125 xmlFree((xmlChar *) cur->name); in xmlFreeDocElementContent()
1127 xmlFree((xmlChar *) cur->prefix); in xmlFreeDocElementContent()
1129 if (cur->name != NULL) xmlFree((xmlChar *) cur->name); in xmlFreeDocElementContent()
1130 if (cur->prefix != NULL) xmlFree((xmlChar *) cur->prefix); in xmlFreeDocElementContent()
1132 xmlFree(cur); in xmlFreeDocElementContent()
1357 xmlFree((xmlChar *) elem->name); in xmlFreeElement()
1359 xmlFree((xmlChar *) elem->prefix); in xmlFreeElement()
1364 xmlFree(elem); in xmlFreeElement()
1460 xmlFree(uqname); in xmlAddElementDecl()
1462 xmlFree(ns); in xmlAddElementDecl()
1496 xmlFree(uqname); in xmlAddElementDecl()
1498 xmlFree(ns); in xmlAddElementDecl()
1502 xmlFree(ns); in xmlAddElementDecl()
1510 xmlFree(uqname); in xmlAddElementDecl()
1512 xmlFree(ns); in xmlAddElementDecl()
1525 xmlFree(uqname); in xmlAddElementDecl()
1527 xmlFree(ns); in xmlAddElementDecl()
1528 xmlFree(ret); in xmlAddElementDecl()
1548 xmlFree(uqname); in xmlAddElementDecl()
1590 xmlFree(uqname); in xmlAddElementDecl()
1781 if (cur->name != NULL) xmlFree((xmlChar *) cur->name); in xmlFreeEnumeration()
1782 xmlFree(cur); in xmlFreeEnumeration()
1886 xmlFree((xmlChar *) attr->elem); in xmlFreeAttribute()
1888 xmlFree((xmlChar *) attr->name); in xmlFreeAttribute()
1890 xmlFree((xmlChar *) attr->prefix); in xmlFreeAttribute()
1893 xmlFree((xmlChar *) attr->defaultValue); in xmlFreeAttribute()
1896 xmlFree((xmlChar *) attr->elem); in xmlFreeAttribute()
1898 xmlFree((xmlChar *) attr->name); in xmlFreeAttribute()
1900 xmlFree((xmlChar *) attr->defaultValue); in xmlFreeAttribute()
1902 xmlFree((xmlChar *) attr->prefix); in xmlFreeAttribute()
1904 xmlFree(attr); in xmlFreeAttribute()
2325 xmlFree((xmlChar *) nota->name); in xmlFreeNotation()
2327 xmlFree((xmlChar *) nota->PublicID); in xmlFreeNotation()
2329 xmlFree((xmlChar *) nota->SystemID); in xmlFreeNotation()
2330 xmlFree(nota); in xmlFreeNotation()
2541 xmlFree((char *)(str));
2562 xmlFree(id); in xmlFreeID()
2716 xmlFree(fullattrname); in xmlIsID()
2718 xmlFree(fullelemname); in xmlIsID()
2754 xmlFree(ID); in xmlRemoveID()
2759 xmlFree(ID); in xmlRemoveID()
2835 xmlFree((xmlChar *)ref->value); in xmlFreeRef()
2837 xmlFree((xmlChar *)ref->name); in xmlFreeRef()
2838 xmlFree(ref); in xmlFreeRef()
2983 xmlFree((char *)ret->value); in xmlAddRef()
2985 xmlFree((char *)ret->name); in xmlAddRef()
2986 xmlFree(ret); in xmlAddRef()
3074 xmlFree(ID); in xmlRemoveRef()
3098 xmlFree(ID); in xmlRemoveRef()
3161 if (prefix != NULL) xmlFree(prefix); in xmlGetDtdElementDesc()
3162 if (uqname != NULL) xmlFree(uqname); in xmlGetDtdElementDesc()
3228 if (prefix != NULL) xmlFree(prefix); in xmlGetDtdElementDesc2()
3229 if (uqname != NULL) xmlFree(uqname); in xmlGetDtdElementDesc2()
3285 if (prefix != NULL) xmlFree(prefix); in xmlGetDtdAttrDesc()
3286 if (uqname != NULL) xmlFree(uqname); in xmlGetDtdAttrDesc()
3909 xmlFree(dup); in xmlValidateAttributeValue2()
3983 xmlFree(fullname); in xmlValidCtxtNormalizeAttributeValue()
4062 xmlFree(fullname); in xmlValidNormalizeAttributeValue()
4381 xmlFree(fullname); in xmlValidateOneAttribute()
4561 xmlFree(fullname); in xmlValidateOneNamespace()
5299 xmlFree(fullname); in xmlValidateElementContent()
5486 xmlFree(repl); in xmlValidateElementContent()
5491 xmlFree(ctxt->vstateTab); in xmlValidateElementContent()
5498 xmlFree(ctxt->nodeTab); in xmlValidateElementContent()
5566 xmlFree(ctxt->nodeTab); in xmlValidateOneCdataElement()
6091 xmlFree(fullname); in xmlValidateOneElement()
6340 xmlFree(fullname); in xmlValidateRoot()
6404 xmlFree((char *)value); in xmlValidateElement()
6471 xmlFree(dup); in xmlValidateRef()
6507 xmlFree(dup); in xmlValidateRef()
6830 xmlFree(sysID); in xmlValidateDocument()