Home
last modified time | relevance | path

Searched refs:xmlBufferAllocScheme (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dglobals.h70 #undef xmlBufferAllocScheme
138 xmlBufferAllocationScheme xmlBufferAllocScheme; member
295 #define xmlBufferAllocScheme \ macro
298 XMLPUBVAR xmlBufferAllocationScheme xmlBufferAllocScheme; variable
/external/libxml2/
Dglobals.c144 #undef xmlBufferAllocScheme
183 xmlBufferAllocationScheme xmlBufferAllocScheme = XML_BUFFER_ALLOC_EXACT; variable
517 gs->xmlBufferAllocScheme = xmlBufferAllocSchemeThrDef; in xmlInitializeGlobalState()
791 #undef xmlBufferAllocScheme
795 return (&xmlBufferAllocScheme); in __xmlBufferAllocScheme()
797 return (&xmlGetGlobalState()->xmlBufferAllocScheme); in __xmlBufferAllocScheme()
Dtree.c686 xmlBufferAllocScheme = scheme; in xmlSetBufferAllocationScheme()
701 return(xmlBufferAllocScheme); in xmlGetBufferAllocationScheme()
6873 ret->alloc = xmlBufferAllocScheme; in xmlBufferCreate()
6902 ret->alloc = xmlBufferAllocScheme; in xmlBufferCreateSize()