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.c11565 xmlFreeParserCtxt(ctxt); in xmlCreatePushParserCtxt()
11577 xmlFreeParserCtxt(ctxt); in xmlCreatePushParserCtxt()
11596 xmlFreeParserCtxt(ctxt); in xmlCreatePushParserCtxt()
11607 xmlFreeParserCtxt(ctxt); in xmlCreatePushParserCtxt()
11708 xmlFreeParserCtxt(ctxt); in xmlCreateIOParserCtxt()
11722 xmlFreeParserCtxt(ctxt); in xmlCreateIOParserCtxt()
11785 xmlFreeParserCtxt(ctxt); in xmlIOParseDTD()
11794 xmlFreeParserCtxt(ctxt); in xmlIOParseDTD()
11861 xmlFreeParserCtxt(ctxt); in xmlIOParseDTD()
11908 xmlFreeParserCtxt(ctxt); in xmlSAXParseDTD()
[all …]
Dxmllint.c1712 xmlFreeParserCtxt(ctxt); in testSAX()
2162 xmlFreeParserCtxt(ctxt); in parseAndPrintFile()
2213 xmlFreeParserCtxt(ctxt); in parseAndPrintFile()
2254 xmlFreeParserCtxt(ctxt); in parseAndPrintFile()
3511 xmlFreeParserCtxt(ctxt); in main()
DHTMLparser.c4365 xmlFreeParserCtxt(ctxt); in htmlFreeParserCtxt()
4423 xmlFreeParserCtxt(ctxt); in htmlCreateMemoryParserCtxt()
5469 xmlFreeParserCtxt(ctxt); in htmlCreatePushParserCtxt()
5602 xmlFreeParserCtxt(ctxt); in htmlCreateFileParserCtxt()
5609 xmlFreeParserCtxt(ctxt); in htmlCreateFileParserCtxt()
6020 xmlFreeParserCtxt(ctxt); in htmlDoRead()
6133 xmlFreeParserCtxt(ctxt); in htmlReadFd()
6177 xmlFreeParserCtxt(ctxt); in htmlReadIO()
DparserInternals.c1687 xmlFreeParserCtxt(xmlParserCtxtPtr ctxt) in xmlFreeParserCtxt() function
1783 xmlFreeParserCtxt(ctxt); in xmlNewParserCtxt()
Dxmlwriter.c384 xmlFreeParserCtxt(ctxt); in xmlNewTextWriterDoc()
451 xmlFreeParserCtxt(ctxt); in xmlNewTextWriterTree()
492 xmlFreeParserCtxt(writer->ctxt); in xmlFreeTextWriter()
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.c2232 xmlFreeParserCtxt(reader->ctxt); in xmlFreeTextReader()
Dxmlschemas.c10561 xmlFreeParserCtxt(parserCtxt); in xmlSchemaAddSchemaDoc()
28638 xmlFreeParserCtxt(pctxt); in xmlSchemaValidateStream()
/external/webkit/Source/WebCore/xml/
DXSLStyleSheetLibxslt.cpp174 xmlFreeParserCtxt(ctxt); in parseString()
/external/libxml2/include/libxml/
Dparser.h972 xmlFreeParserCtxt (xmlParserCtxtPtr ctxt);
/external/webkit/Source/WebCore/dom/
DXMLDocumentParserLibxml2.cpp634 xmlFreeParserCtxt(m_context); in ~XMLParserContext()