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

  /external/libxml2/
globals.c 689 return (&xmlGetGlobalState()->docbDefaultSAXHandler);
700 return (&xmlGetGlobalState()->htmlDefaultSAXHandler);
710 return (&xmlGetGlobalState()->xmlLastError);
725 return (&xmlGetGlobalState()->xmlMalloc);
734 return (&xmlGetGlobalState()->xmlMallocAtomic);
743 return (&xmlGetGlobalState()->xmlRealloc);
752 return (&xmlGetGlobalState()->xmlFree);
760 return (&xmlGetGlobalState()->xmlMemStrdup);
778 return (&xmlGetGlobalState()->oldXMLWDcompatibility);
787 return (&xmlGetGlobalState()->xmlBufferAllocScheme)
    [all...]
threads.c 586 "xmlGetGlobalState: out of memory\n");
650 * xmlGetGlobalState:
652 * xmlGetGlobalState() is called to retrieve the global state for a thread.
657 xmlGetGlobalState(void)
704 "xmlGetGlobalState: out of memory\n");
elfgcchack.h     [all...]
  /external/libxml2/include/libxml/
threads.h 73 xmlGetGlobalState(void);

Completed in 16 milliseconds