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

  /external/chromium_org/third_party/libxml/src/include/libxml/
globals.h 70 #undef xmlBufferAllocScheme
138 xmlBufferAllocationScheme xmlBufferAllocScheme;
295 #define xmlBufferAllocScheme \
298 XMLPUBVAR xmlBufferAllocationScheme xmlBufferAllocScheme;
  /external/libxml2/include/libxml/
globals.h 70 #undef xmlBufferAllocScheme
138 xmlBufferAllocationScheme xmlBufferAllocScheme;
295 #define xmlBufferAllocScheme \
298 XMLPUBVAR xmlBufferAllocationScheme xmlBufferAllocScheme;
  /external/chromium_org/third_party/libxml/src/
globals.c 163 #undef xmlBufferAllocScheme
197 * xmlBufferAllocScheme:
202 xmlBufferAllocationScheme xmlBufferAllocScheme = XML_BUFFER_ALLOC_EXACT;
536 gs->xmlBufferAllocScheme = xmlBufferAllocSchemeThrDef;
810 #undef xmlBufferAllocScheme
814 return (&xmlBufferAllocScheme);
816 return (&xmlGetGlobalState()->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 44 milliseconds