HomeSort by relevance Sort by last modified time
    Searched defs:xmlBufferAllocScheme (Results 1 - 2 of 2) sorted by null

  /external/libxml2/include/libxml/
globals.h 70 #undef xmlBufferAllocScheme
138 xmlBufferAllocationScheme xmlBufferAllocScheme;
295 #define xmlBufferAllocScheme \
298 XMLPUBVAR xmlBufferAllocationScheme xmlBufferAllocScheme;
  /external/libxml2/
globals.c 144 #undef xmlBufferAllocScheme
178 * xmlBufferAllocScheme:
183 xmlBufferAllocationScheme xmlBufferAllocScheme = XML_BUFFER_ALLOC_EXACT;
517 gs->xmlBufferAllocScheme = xmlBufferAllocSchemeThrDef;
791 #undef xmlBufferAllocScheme
795 return (&xmlBufferAllocScheme);
797 return (&xmlGetGlobalState()->xmlBufferAllocScheme);

Completed in 112 milliseconds