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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dglobals.h70 #undef xmlBufferAllocScheme macro
138 xmlBufferAllocationScheme xmlBufferAllocScheme; member in struct:_xmlGlobalState
295 #define xmlBufferAllocScheme \ macro
298 XMLPUBVAR xmlBufferAllocationScheme xmlBufferAllocScheme; variable
/external/libxml2/include/libxml/
H A Dglobals.h70 #undef xmlBufferAllocScheme macro
138 xmlBufferAllocationScheme xmlBufferAllocScheme; member in struct:_xmlGlobalState
295 #define xmlBufferAllocScheme \ macro
298 XMLPUBVAR xmlBufferAllocationScheme xmlBufferAllocScheme; variable
/external/chromium_org/third_party/libxml/src/
H A Dglobals.c163 #undef xmlBufferAllocScheme macro
197 * xmlBufferAllocScheme:
202 xmlBufferAllocationScheme xmlBufferAllocScheme = XML_BUFFER_ALLOC_EXACT; variable
536 gs->xmlBufferAllocScheme = xmlBufferAllocSchemeThrDef;
810 #undef xmlBufferAllocScheme macro
814 return (&xmlBufferAllocScheme);
816 return (&xmlGetGlobalState()->xmlBufferAllocScheme);
H A Dtree.c686 xmlBufferAllocScheme = scheme;
701 return(xmlBufferAllocScheme);
6860 ret->alloc = xmlBufferAllocScheme;
6889 ret->alloc = xmlBufferAllocScheme;
/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 Dtree.c686 xmlBufferAllocScheme = scheme;
701 return(xmlBufferAllocScheme);
6873 ret->alloc = xmlBufferAllocScheme;
6902 ret->alloc = xmlBufferAllocScheme;

Completed in 78 milliseconds