Searched refs:xmlBufSetAllocationScheme (Results 1 – 6 of 6) sorted by relevance
/external/libxml2/ |
D | buf.h | 26 int xmlBufSetAllocationScheme(xmlBufPtr buf,
|
D | xmlIO.c | 2365 xmlBufSetAllocationScheme(ret->buffer, XML_BUFFER_ALLOC_DOUBLEIT); in xmlAllocParserInputBuffer() 2407 xmlBufSetAllocationScheme(ret->buffer, XML_BUFFER_ALLOC_DOUBLEIT); in xmlAllocOutputBuffer() 2460 xmlBufSetAllocationScheme(ret->buffer, XML_BUFFER_ALLOC_IO); in xmlAllocOutputBufferInternal()
|
D | buf.c | 288 xmlBufSetAllocationScheme(xmlBufPtr buf, in xmlBufSetAllocationScheme() function
|
D | xmlsave.c | 2225 xmlBufSetAllocationScheme(buf, XML_BUFFER_ALLOC_DOUBLEIT); in xmlBufNodeDump() 2227 xmlBufSetAllocationScheme(buf, oldalloc); in xmlBufNodeDump()
|
D | xmlreader.c | 2162 xmlBufSetAllocationScheme(ret->buffer, in xmlNewTextReader() 3709 xmlBufSetAllocationScheme(reader->buffer, in xmlTextReaderConstValue() 3719 xmlBufSetAllocationScheme(reader->buffer, in xmlTextReaderConstValue() 5233 xmlBufSetAllocationScheme(reader->buffer, in xmlTextReaderSetup()
|
D | tree.c | 1290 xmlBufSetAllocationScheme(buf, XML_BUFFER_ALLOC_HYBRID); in xmlStringLenGetNodeList() 1511 xmlBufSetAllocationScheme(buf, XML_BUFFER_ALLOC_HYBRID); in xmlStringGetNodeList()
|