Home
last modified time | relevance | path

Searched refs:xmlBufGetAllocationScheme (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/
Dbuf.h28 int xmlBufGetAllocationScheme(xmlBufPtr buf);
DxmlIO.c2478 if (xmlBufGetAllocationScheme(ret->buffer) == XML_BUFFER_ALLOC_EXACT) in xmlAllocOutputBuffer()
3413 else if (xmlBufGetAllocationScheme(in->buffer) == XML_BUFFER_ALLOC_IMMUTABLE) in xmlParserInputBufferRead()
3610 (xmlBufGetAllocationScheme(out->buffer) == XML_BUFFER_ALLOC_IMMUTABLE)) in xmlOutputBufferWriteEscape()
Dbuf.c267 xmlBufGetAllocationScheme(xmlBufPtr buf) { in xmlBufGetAllocationScheme() function
Dxmlsave.c2282 oldalloc = xmlBufGetAllocationScheme(buf); in xmlBufNodeDump()
Dencoding.c2608 if (xmlBufGetAllocationScheme(in) != XML_BUFFER_ALLOC_IMMUTABLE) in xmlCharEncOutput()
Dxmlreader.c836 alloc = xmlBufGetAllocationScheme(inbuf); in xmlTextReaderPushData()