Home
last modified time | relevance | path

Searched defs:xmlBufferAllocScheme (Results 1 – 2 of 2) sorted by relevance

/third_party/libxml2/include/libxml/
Dglobals.h141 xmlBufferAllocationScheme xmlBufferAllocScheme; member
299 #define xmlBufferAllocScheme \ macro
302 XMLPUBVAR xmlBufferAllocationScheme xmlBufferAllocScheme; variable
/third_party/libxml2/
Dglobals.c195 xmlBufferAllocationScheme xmlBufferAllocScheme = XML_BUFFER_ALLOC_EXACT; variable