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

  /external/libxml2/include/libxml/
globals.h 73 #undef xmlBufferAllocScheme
141 xmlBufferAllocationScheme xmlBufferAllocScheme;
299 #define xmlBufferAllocScheme \
302 XMLPUBVAR xmlBufferAllocationScheme xmlBufferAllocScheme;
  /external/libxml2/
globals.c 156 #undef xmlBufferAllocScheme
190 * xmlBufferAllocScheme:
195 xmlBufferAllocationScheme xmlBufferAllocScheme = XML_BUFFER_ALLOC_EXACT;
529 gs->xmlBufferAllocScheme = xmlBufferAllocSchemeThrDef;
803 #undef xmlBufferAllocScheme
807 return (&xmlBufferAllocScheme);
809 return (&xmlGetGlobalState()->xmlBufferAllocScheme);
buf.c 136 ret->alloc = xmlBufferAllocScheme;
168 ret->alloc = xmlBufferAllocScheme;
    [all...]
libxml2.syms 905 xmlBufferAllocScheme; # variable
    [all...]
tree.c 696 xmlBufferAllocScheme = scheme;
714 return(xmlBufferAllocScheme);
    [all...]
  /external/libxml2/os400/
rpgsupport.c 96 THREADED_VAR(xmlBufferAllocScheme, xmlBufferAllocationScheme)

Completed in 64 milliseconds