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

  /external/chromium_org/third_party/libxml/src/
globals.c 718 return (&xmlGetGlobalState()->docbDefaultSAXHandler);
729 return (&xmlGetGlobalState()->htmlDefaultSAXHandler);
739 return (&xmlGetGlobalState()->xmlLastError);
754 return (&xmlGetGlobalState()->xmlMalloc);
763 return (&xmlGetGlobalState()->xmlMallocAtomic);
772 return (&xmlGetGlobalState()->xmlRealloc);
781 return (&xmlGetGlobalState()->xmlFree);
789 return (&xmlGetGlobalState()->xmlMemStrdup);
807 return (&xmlGetGlobalState()->oldXMLWDcompatibility);
816 return (&xmlGetGlobalState()->xmlBufferAllocScheme)
    [all...]
threads.c 585 "xmlGetGlobalState: out of memory\n");
649 * xmlGetGlobalState:
651 * xmlGetGlobalState() is called to retrieve the global state for a thread.
656 xmlGetGlobalState(void)
703 "xmlGetGlobalState: out of memory\n");
elfgcchack.h     [all...]
  /external/libxml2/
globals.c 699 return (&xmlGetGlobalState()->docbDefaultSAXHandler);
710 return (&xmlGetGlobalState()->htmlDefaultSAXHandler);
720 return (&xmlGetGlobalState()->xmlLastError);
735 return (&xmlGetGlobalState()->xmlMalloc);
744 return (&xmlGetGlobalState()->xmlMallocAtomic);
753 return (&xmlGetGlobalState()->xmlRealloc);
762 return (&xmlGetGlobalState()->xmlFree);
770 return (&xmlGetGlobalState()->xmlMemStrdup);
788 return (&xmlGetGlobalState()->oldXMLWDcompatibility);
797 return (&xmlGetGlobalState()->xmlBufferAllocScheme)
    [all...]
threads.c 587 "xmlGetGlobalState: out of memory\n");
651 * xmlGetGlobalState:
653 * xmlGetGlobalState() is called to retrieve the global state for a thread.
658 xmlGetGlobalState(void)
705 "xmlGetGlobalState: out of memory\n");
elfgcchack.h     [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
threads.h 73 xmlGetGlobalState(void);
  /external/libxml2/include/libxml/
threads.h 73 xmlGetGlobalState(void);

Completed in 167 milliseconds