Home
last modified time | relevance | path

Searched refs:xmlFreeParserCtxt (Results 1 – 15 of 15) sorted by relevance

/external/libxslt/libxslt/
Ddocuments.c87 xmlFreeParserCtxt(pctxt); in xsltDocDefaultLoaderFunc()
104 xmlFreeParserCtxt(pctxt); in xsltDocDefaultLoaderFunc()
/external/libxml2/
DDOCBparser.c95 xmlFreeParserCtxt(ctxt); in docbFreeParserCtxt()
Dparser.c11862 xmlFreeParserCtxt(ctxt); in xmlCreatePushParserCtxt()
11874 xmlFreeParserCtxt(ctxt); in xmlCreatePushParserCtxt()
11893 xmlFreeParserCtxt(ctxt); in xmlCreatePushParserCtxt()
11904 xmlFreeParserCtxt(ctxt); in xmlCreatePushParserCtxt()
12005 xmlFreeParserCtxt(ctxt); in xmlCreateIOParserCtxt()
12019 xmlFreeParserCtxt(ctxt); in xmlCreateIOParserCtxt()
12082 xmlFreeParserCtxt(ctxt); in xmlIOParseDTD()
12091 xmlFreeParserCtxt(ctxt); in xmlIOParseDTD()
12158 xmlFreeParserCtxt(ctxt); in xmlIOParseDTD()
12205 xmlFreeParserCtxt(ctxt); in xmlSAXParseDTD()
[all …]
Dxmllint.c1721 xmlFreeParserCtxt(ctxt); in testSAX()
2274 xmlFreeParserCtxt(ctxt); in parseAndPrintFile()
2327 xmlFreeParserCtxt(ctxt); in parseAndPrintFile()
2368 xmlFreeParserCtxt(ctxt); in parseAndPrintFile()
3713 xmlFreeParserCtxt(ctxt); in main()
DHTMLparser.c4819 xmlFreeParserCtxt(ctxt); in htmlFreeParserCtxt()
4877 xmlFreeParserCtxt(ctxt); in htmlCreateMemoryParserCtxt()
6029 xmlFreeParserCtxt(ctxt); in htmlCreatePushParserCtxt()
6162 xmlFreeParserCtxt(ctxt); in htmlCreateFileParserCtxt()
6169 xmlFreeParserCtxt(ctxt); in htmlCreateFileParserCtxt()
6593 xmlFreeParserCtxt(ctxt); in htmlDoRead()
6706 xmlFreeParserCtxt(ctxt); in htmlReadFd()
6750 xmlFreeParserCtxt(ctxt); in htmlReadIO()
Dxmlwriter.c384 xmlFreeParserCtxt(ctxt); in xmlNewTextWriterDoc()
393 xmlFreeParserCtxt(ctxt); in xmlNewTextWriterDoc()
453 xmlFreeParserCtxt(ctxt); in xmlNewTextWriterTree()
494 xmlFreeParserCtxt(writer->ctxt); in xmlFreeTextWriter()
DparserInternals.c1773 xmlFreeParserCtxt(xmlParserCtxtPtr ctxt) in xmlFreeParserCtxt() function
1870 xmlFreeParserCtxt(ctxt); in xmlNewParserCtxt()
Dcatalog.c903 xmlFreeParserCtxt(ctxt); in xmlParseCatalogFile()
909 xmlFreeParserCtxt(ctxt); in xmlParseCatalogFile()
940 xmlFreeParserCtxt(ctxt); in xmlParseCatalogFile()
Dxinclude.c452 xmlFreeParserCtxt(pctxt); in xmlXIncludeParseFile()
474 xmlFreeParserCtxt(pctxt); in xmlXIncludeParseFile()
Delfgcchack.h3631 #undef xmlFreeParserCtxt
3632 extern __typeof (xmlFreeParserCtxt) xmlFreeParserCtxt __attribute((alias("xmlFreeParserCtxt__intern…
3634 #ifndef xmlFreeParserCtxt
3635 extern __typeof (xmlFreeParserCtxt) xmlFreeParserCtxt__internal_alias __attribute((visibility("hidd…
3636 #define xmlFreeParserCtxt xmlFreeParserCtxt__internal_alias macro
Dxmlreader.c2239 xmlFreeParserCtxt(reader->ctxt); in xmlFreeTextReader()
Dxmlschemas.c10573 xmlFreeParserCtxt(parserCtxt); in xmlSchemaAddSchemaDoc()
28716 xmlFreeParserCtxt(pctxt); in xmlSchemaValidateStream()
/external/webkit/Source/WebCore/xml/
DXSLStyleSheetLibxslt.cpp174 xmlFreeParserCtxt(ctxt); in parseString()
/external/libxml2/include/libxml/
Dparser.h980 xmlFreeParserCtxt (xmlParserCtxtPtr ctxt);
/external/webkit/Source/WebCore/dom/
DXMLDocumentParserLibxml2.cpp634 xmlFreeParserCtxt(m_context); in ~XMLParserContext()