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.c2379 if (xmlBufGetAllocationScheme(ret->buffer) == XML_BUFFER_ALLOC_EXACT) in xmlAllocOutputBuffer()
3312 else if (xmlBufGetAllocationScheme(in->buffer) == XML_BUFFER_ALLOC_IMMUTABLE) in xmlParserInputBufferRead()
3509 (xmlBufGetAllocationScheme(out->buffer) == XML_BUFFER_ALLOC_IMMUTABLE)) in xmlOutputBufferWriteEscape()
Dbuf.c267 xmlBufGetAllocationScheme(xmlBufPtr buf) { in xmlBufGetAllocationScheme() function
Dxmlsave.c2277 oldalloc = xmlBufGetAllocationScheme(buf); in xmlBufNodeDump()
Dencoding.c2535 if (xmlBufGetAllocationScheme(in) != XML_BUFFER_ALLOC_IMMUTABLE) in xmlCharEncOutput()
Dxmlreader.c841 alloc = xmlBufGetAllocationScheme(inbuf); in xmlTextReaderPushData()