Lines Matching refs:xmlFree
1334 if (input->filename != NULL) xmlFree((char *) input->filename); in xmlFreeInputStream()
1335 if (input->directory != NULL) xmlFree((char *) input->directory); in xmlFreeInputStream()
1336 if (input->encoding != NULL) xmlFree((char *) input->encoding); in xmlFreeInputStream()
1337 if (input->version != NULL) xmlFree((char *) input->version); in xmlFreeInputStream()
1342 xmlFree(input); in xmlFreeInputStream()
1554 if (inputStream->filename != NULL) xmlFree((char *)inputStream->filename); in xmlNewInputFromFile()
1556 if (URI != NULL) xmlFree((char *) URI); in xmlNewInputFromFile()
1776 if (ctxt->spaceTab != NULL) xmlFree(ctxt->spaceTab); in xmlFreeParserCtxt()
1777 if (ctxt->nameTab != NULL) xmlFree((xmlChar * *)ctxt->nameTab); in xmlFreeParserCtxt()
1778 if (ctxt->nodeTab != NULL) xmlFree(ctxt->nodeTab); in xmlFreeParserCtxt()
1779 if (ctxt->nodeInfoTab != NULL) xmlFree(ctxt->nodeInfoTab); in xmlFreeParserCtxt()
1780 if (ctxt->inputTab != NULL) xmlFree(ctxt->inputTab); in xmlFreeParserCtxt()
1781 if (ctxt->version != NULL) xmlFree((char *) ctxt->version); in xmlFreeParserCtxt()
1782 if (ctxt->encoding != NULL) xmlFree((char *) ctxt->encoding); in xmlFreeParserCtxt()
1783 if (ctxt->extSubURI != NULL) xmlFree((char *) ctxt->extSubURI); in xmlFreeParserCtxt()
1784 if (ctxt->extSubSystem != NULL) xmlFree((char *) ctxt->extSubSystem); in xmlFreeParserCtxt()
1791 xmlFree(ctxt->sax); in xmlFreeParserCtxt()
1792 if (ctxt->directory != NULL) xmlFree((char *) ctxt->directory); in xmlFreeParserCtxt()
1793 if (ctxt->vctxt.nodeTab != NULL) xmlFree(ctxt->vctxt.nodeTab); in xmlFreeParserCtxt()
1794 if (ctxt->atts != NULL) xmlFree((xmlChar * *)ctxt->atts); in xmlFreeParserCtxt()
1796 if (ctxt->nsTab != NULL) xmlFree((char *) ctxt->nsTab); in xmlFreeParserCtxt()
1797 if (ctxt->pushTab != NULL) xmlFree(ctxt->pushTab); in xmlFreeParserCtxt()
1798 if (ctxt->attallocs != NULL) xmlFree(ctxt->attallocs); in xmlFreeParserCtxt()
1800 xmlHashFree(ctxt->attsDefault, (xmlHashDeallocator) xmlFree); in xmlFreeParserCtxt()
1809 xmlFree(cur); in xmlFreeParserCtxt()
1819 xmlFree(cur); in xmlFreeParserCtxt()
1827 xmlFree(ctxt->lastError.message); in xmlFreeParserCtxt()
1829 xmlFree(ctxt->lastError.file); in xmlFreeParserCtxt()
1831 xmlFree(ctxt->lastError.str1); in xmlFreeParserCtxt()
1833 xmlFree(ctxt->lastError.str2); in xmlFreeParserCtxt()
1835 xmlFree(ctxt->lastError.str3); in xmlFreeParserCtxt()
1841 xmlFree(ctxt); in xmlFreeParserCtxt()
1948 xmlFree(seq->buffer); in xmlClearNodeInfoSeq()