Searched refs:xmlBufGetAllocationScheme (Results 1 – 6 of 6) sorted by relevance
28 int xmlBufGetAllocationScheme(xmlBufPtr buf);
2478 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()
267 xmlBufGetAllocationScheme(xmlBufPtr buf) { in xmlBufGetAllocationScheme() function
2282 oldalloc = xmlBufGetAllocationScheme(buf); in xmlBufNodeDump()
2608 if (xmlBufGetAllocationScheme(in) != XML_BUFFER_ALLOC_IMMUTABLE) in xmlCharEncOutput()
836 alloc = xmlBufGetAllocationScheme(inbuf); in xmlTextReaderPushData()