Home
last modified time | relevance | path

Searched refs:xmlBufFree (Results 1 – 7 of 7) sorted by relevance

/external/libxml2/
Dbuf.h30 void xmlBufFree(xmlBufPtr buf);
Dbuf.c327 xmlBufFree(xmlBufPtr buf) { in xmlBufFree() function
1170 xmlBufFree(buf); in xmlBufBackToBuffer()
DxmlIO.c2568 xmlBufFree(in->raw); in xmlFreeParserInputBuffer()
2578 xmlBufFree(in->buffer); in xmlFreeParserInputBuffer()
2610 xmlBufFree(out->conv); in xmlOutputBufferClose()
2617 xmlBufFree(out->buffer); in xmlOutputBufferClose()
Dtree.c1463 xmlBufFree(buf); in xmlStringLenGetNodeList()
1649 xmlBufFree(buf); in xmlStringGetNodeList()
5510 xmlBufFree(buf); in xmlNodeGetContent()
5537 xmlBufFree(buf); in xmlNodeGetContent()
5562 xmlBufFree(buf); in xmlNodeGetContent()
Dxmlreader.c2096 xmlBufFree(ret->buffer); in xmlNewTextReader()
2147 xmlBufFree(ret->buffer); in xmlNewTextReader()
2277 xmlBufFree(reader->buffer); in xmlFreeTextReader()
Dxpath.c9253 xmlBufFree(target); in xmlXPathSubstringBeforeFunction()
9297 xmlBufFree(target); in xmlXPathSubstringAfterFunction()
9362 xmlBufFree(target); in xmlXPathNormalizeFunction()
9447 xmlBufFree(target); in xmlXPathTranslateFunction()
15302 xmlBufFree(target); in xmlXPathEscapeUriFunction()
Dxmlsave.c584 xmlBufFree(buf->conv); in xmlSaveClearEncoding()