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 74 #undef xmlBufferAllocScheme
142 xmlBufferAllocationScheme xmlBufferAllocScheme;
300 #define xmlBufferAllocScheme \
303 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 52 milliseconds