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

/external/libxml2/include/libxml/
H A Dglobals.h74 #undef xmlBufferAllocScheme macro
142 xmlBufferAllocationScheme xmlBufferAllocScheme; member in struct:_xmlGlobalState
300 #define xmlBufferAllocScheme \ macro
303 XMLPUBVAR xmlBufferAllocationScheme xmlBufferAllocScheme; variable
/external/libxml2/
H A Dglobals.c144 #undef xmlBufferAllocScheme macro
178 * xmlBufferAllocScheme:
183 xmlBufferAllocationScheme xmlBufferAllocScheme = XML_BUFFER_ALLOC_EXACT; variable
517 gs->xmlBufferAllocScheme = xmlBufferAllocSchemeThrDef;
791 #undef xmlBufferAllocScheme macro
795 return (&xmlBufferAllocScheme);
797 return (&xmlGetGlobalState()->xmlBufferAllocScheme);
H A Dbuf.c136 ret->alloc = xmlBufferAllocScheme;
168 ret->alloc = xmlBufferAllocScheme;
H A Dlibxml2.syms905 xmlBufferAllocScheme; # variable
H A Dtree.c690 xmlBufferAllocScheme = scheme;
708 return(xmlBufferAllocScheme);
7019 ret->alloc = xmlBufferAllocScheme;
7048 ret->alloc = xmlBufferAllocScheme;
/external/libxml2/os400/
H A Drpgsupport.c96 THREADED_VAR(xmlBufferAllocScheme, xmlBufferAllocationScheme)

Completed in 158 milliseconds