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
137 xmlBufferAllocationScheme xmlBufferAllocScheme;
292 #define xmlBufferAllocScheme \
295 XMLPUBVAR xmlBufferAllocationScheme xmlBufferAllocScheme;
  /external/libxml2/
globals.c 143 #undef xmlBufferAllocScheme
176 * xmlBufferAllocScheme:
181 xmlBufferAllocationScheme xmlBufferAllocScheme = XML_BUFFER_ALLOC_EXACT;
508 gs->xmlBufferAllocScheme = xmlBufferAllocSchemeThrDef;
781 #undef xmlBufferAllocScheme
785 return (&xmlBufferAllocScheme);
787 return (&xmlGetGlobalState()->xmlBufferAllocScheme);

Completed in 82 milliseconds