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