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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dglobals.h46 #undef xmlBufferAllocScheme macro
101 xmlBufferAllocationScheme xmlBufferAllocScheme; member in struct:_xmlGlobalState
256 #define xmlBufferAllocScheme \ macro
259 XMLPUBVAR xmlBufferAllocationScheme xmlBufferAllocScheme; variable
/vbox/src/libs/libxml2-2.6.31/
H A Dglobals.c143 #undef xmlBufferAllocScheme macro
176 * xmlBufferAllocScheme:
181 xmlBufferAllocationScheme xmlBufferAllocScheme = XML_BUFFER_ALLOC_EXACT; variable
508 gs->xmlBufferAllocScheme = xmlBufferAllocSchemeThrDef;
781 #undef xmlBufferAllocScheme macro
785 return (&xmlBufferAllocScheme);
787 return (&xmlGetGlobalState()->xmlBufferAllocScheme);
H A Dtree.c680 xmlBufferAllocScheme = scheme;
695 return(xmlBufferAllocScheme);
6600 ret->alloc = xmlBufferAllocScheme;
6628 ret->alloc = xmlBufferAllocScheme;

Completed in 64 milliseconds