Searched refs:xmlBufGetAllocationScheme (Results 1 – 6 of 6) sorted by relevance
28 int xmlBufGetAllocationScheme(xmlBufPtr buf);
2406 if (xmlBufGetAllocationScheme(ret->buffer) == XML_BUFFER_ALLOC_EXACT) in xmlAllocOutputBuffer()3341 else if (xmlBufGetAllocationScheme(in->buffer) == XML_BUFFER_ALLOC_IMMUTABLE) in xmlParserInputBufferRead()3541 (xmlBufGetAllocationScheme(out->buffer) == XML_BUFFER_ALLOC_IMMUTABLE)) in xmlOutputBufferWriteEscape()
267 xmlBufGetAllocationScheme(xmlBufPtr buf) { in xmlBufGetAllocationScheme() function
2224 oldalloc = xmlBufGetAllocationScheme(buf); in xmlBufNodeDump()
2593 if (xmlBufGetAllocationScheme(in) != XML_BUFFER_ALLOC_IMMUTABLE) in xmlCharEncOutput()
920 alloc = xmlBufGetAllocationScheme(inbuf); in xmlTextReaderPushData()