Searched refs:xmlBufferAllocScheme (Results 1 – 3 of 3) sorted by relevance
70 #undef xmlBufferAllocScheme138 xmlBufferAllocationScheme xmlBufferAllocScheme; member295 #define xmlBufferAllocScheme \ macro298 XMLPUBVAR xmlBufferAllocationScheme xmlBufferAllocScheme; variable
144 #undef xmlBufferAllocScheme183 xmlBufferAllocationScheme xmlBufferAllocScheme = XML_BUFFER_ALLOC_EXACT; variable517 gs->xmlBufferAllocScheme = xmlBufferAllocSchemeThrDef; in xmlInitializeGlobalState()791 #undef xmlBufferAllocScheme795 return (&xmlBufferAllocScheme); in __xmlBufferAllocScheme()797 return (&xmlGetGlobalState()->xmlBufferAllocScheme); in __xmlBufferAllocScheme()
686 xmlBufferAllocScheme = scheme; in xmlSetBufferAllocationScheme()701 return(xmlBufferAllocScheme); in xmlGetBufferAllocationScheme()6873 ret->alloc = xmlBufferAllocScheme; in xmlBufferCreate()6902 ret->alloc = xmlBufferAllocScheme; in xmlBufferCreateSize()