Home
last modified time | relevance | path

Searched refs:xmlDictFree (Results 1 – 18 of 18) sorted by relevance

/external/libxml2/include/libxml/
Ddict.h37 xmlDictFree (xmlDictPtr dict);
/external/webkit/Source/WebCore/xml/
DXSLStyleSheetLibxslt.cpp165 xmlDictFree(ctxt->dict); in parseString()
/external/libxslt/libxslt/
Ddocuments.c73 xmlDictFree(pctxt->dict); in xsltDocDefaultLoaderFunc()
Dxslt.c1024 xmlDictFree(style->dict); in xsltFreeStylesheet()
6498 xmlDictFree(retStyle->dict); in xsltParseStylesheetImportedDoc()
Dtransform.c604 xmlDictFree(ctxt->dict); in xsltFreeTransformContext()
/external/libxml2/
Dschematron.c574 xmlDictFree(schema->dict); in xmlSchematronFree()
718 xmlDictFree(ctxt->dict); in xmlSchematronFreeParserCtxt()
1549 xmlDictFree(ctxt->dict); in xmlSchematronFreeValidCtxt()
Ddict.c692 xmlDictFree(xmlDictPtr dict) { in xmlDictFree() function
717 xmlDictFree(dict->subdict); in xmlDictFree()
Dhash.c363 xmlDictFree(table->dict); in xmlHashFree()
Dpattern.c253 xmlDictFree(comp->dict); in xmlFreePattern()
1524 xmlDictFree(comp->dict); in xmlFreeStreamComp()
Dxmlreader.c534 if (cur->dict != NULL) xmlDictFree(cur->dict); in xmlTextReaderFreeDoc()
2250 xmlDictFree(reader->dict); in xmlFreeTextReader()
5060 xmlDictFree(reader->dict); in xmlTextReaderSetup()
DparserInternals.c1801 if (ctxt->dict != NULL) xmlDictFree(ctxt->dict); in xmlFreeParserCtxt()
Dxinclude.c443 xmlDictFree(pctxt->dict); in xmlXIncludeParseFile()
Delfgcchack.h2833 #undef xmlDictFree
2834 extern __typeof (xmlDictFree) xmlDictFree __attribute((alias("xmlDictFree__internal_alias")));
2836 #ifndef xmlDictFree
2837 extern __typeof (xmlDictFree) xmlDictFree__internal_alias __attribute((visibility("hidden")));
2838 #define xmlDictFree xmlDictFree__internal_alias macro
Dparser.c12451 if (ctxt->dict != NULL) xmlDictFree(ctxt->dict); in xmlParseCtxtExternalEntity()
12826 if (ctxt->dict != NULL) xmlDictFree(ctxt->dict); in xmlParseBalancedChunkMemoryInternal()
13057 xmlDictFree(ctxt->dict); in xmlParseInNodeContext()
13256 xmlDictFree(ctxt->dict); in xmlParseBalancedChunkMemoryRecover()
Dxmlschemas.c4133 xmlDictFree(schema->dict); in xmlSchemaFree()
9883 xmlDictFree(con->dict); in xmlSchemaConstructionCtxtFree()
10522 xmlDictFree(parserCtxt->dict); in xmlSchemaAddSchemaDoc()
12518 xmlDictFree(ctxt->dict); in xmlSchemaFreeParserCtxt()
27549 xmlDictFree(vctxt->dict); in xmlSchemaClearValidCtxt()
27639 xmlDictFree(ctxt->dict); in xmlSchemaFreeValidCtxt()
Dxmlregexp.c6385 xmlDictFree(ctxt->dict); in xmlExpFreeCtxt()
Dtree.c1243 if (dict) xmlDictFree(dict); in xmlFreeDoc()
Dxpath.c681 xmlDictFree(comp->dict); in xmlXPathFreeCompExpr()