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

  /external/chromium_org/third_party/libxml/src/include/libxml/
globals.h 138 xmlBufferAllocationScheme xmlBufferAllocScheme;
293 XMLPUBFUN xmlBufferAllocationScheme * XMLCALL __xmlBufferAllocScheme(void);
298 XMLPUBVAR xmlBufferAllocationScheme xmlBufferAllocScheme;
300 XMLPUBFUN xmlBufferAllocationScheme XMLCALL xmlThrDefBufferAllocScheme(xmlBufferAllocationScheme v);
tree.h 67 * xmlBufferAllocationScheme:
78 } xmlBufferAllocationScheme;
91 xmlBufferAllocationScheme alloc; /* The realloc method */
655 xmlSetBufferAllocationScheme(xmlBufferAllocationScheme scheme);
656 XMLPUBFUN xmlBufferAllocationScheme XMLCALL
700 xmlBufferAllocationScheme scheme);
    [all...]
  /external/libxml2/include/libxml/
globals.h 138 xmlBufferAllocationScheme xmlBufferAllocScheme;
293 XMLPUBFUN xmlBufferAllocationScheme * XMLCALL __xmlBufferAllocScheme(void);
298 XMLPUBVAR xmlBufferAllocationScheme xmlBufferAllocScheme;
300 XMLPUBFUN xmlBufferAllocationScheme XMLCALL xmlThrDefBufferAllocScheme(xmlBufferAllocationScheme v);
tree.h 67 * xmlBufferAllocationScheme:
78 } xmlBufferAllocationScheme;
91 xmlBufferAllocationScheme alloc; /* The realloc method */
654 xmlSetBufferAllocationScheme(xmlBufferAllocationScheme scheme);
655 XMLPUBFUN xmlBufferAllocationScheme XMLCALL
699 xmlBufferAllocationScheme scheme);
    [all...]
  /external/chromium_org/third_party/libxml/src/
globals.c 202 xmlBufferAllocationScheme xmlBufferAllocScheme = XML_BUFFER_ALLOC_EXACT;
203 static xmlBufferAllocationScheme xmlBufferAllocSchemeThrDef = XML_BUFFER_ALLOC_EXACT;
811 xmlBufferAllocationScheme *
818 xmlBufferAllocationScheme xmlThrDefBufferAllocScheme(xmlBufferAllocationScheme v) {
819 xmlBufferAllocationScheme ret;
tree.c 683 xmlSetBufferAllocationScheme(xmlBufferAllocationScheme scheme) {
699 xmlBufferAllocationScheme
    [all...]
testapi.c     [all...]
  /external/libxml2/
globals.c 183 xmlBufferAllocationScheme xmlBufferAllocScheme = XML_BUFFER_ALLOC_EXACT;
184 static xmlBufferAllocationScheme xmlBufferAllocSchemeThrDef = XML_BUFFER_ALLOC_EXACT;
792 xmlBufferAllocationScheme *
799 xmlBufferAllocationScheme xmlThrDefBufferAllocScheme(xmlBufferAllocationScheme v) {
800 xmlBufferAllocationScheme ret;
tree.c 683 xmlSetBufferAllocationScheme(xmlBufferAllocationScheme scheme) {
699 xmlBufferAllocationScheme
    [all...]

Completed in 97 milliseconds