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

  /external/libxml2/
threads.c 153 static __declspec(thread) xmlGlobalState tlstate;
564 xmlGlobalState *gs = (xmlGlobalState *) state;
583 xmlGlobalState *gs;
585 gs = malloc(sizeof(xmlGlobalState));
592 memset(gs, 0, sizeof(xmlGlobalState));
662 xmlGlobalState *globalval;
669 if ((globalval = (xmlGlobalState *)
671 xmlGlobalState *tsd = xmlNewGlobalState();
687 xmlGlobalState *globalval
    [all...]
  /external/libxml2/include/libxml/
globals.h 120 typedef struct _xmlGlobalState xmlGlobalState;
121 typedef xmlGlobalState *xmlGlobalStatePtr;

Completed in 724 milliseconds