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

  /external/libxml2/
threads.c 154 static __declspec(thread) xmlGlobalState tlstate;
562 xmlGlobalState *gs = (xmlGlobalState *) state;
581 xmlGlobalState *gs;
583 gs = malloc(sizeof(xmlGlobalState));
590 memset(gs, 0, sizeof(xmlGlobalState));
660 xmlGlobalState *globalval;
667 if ((globalval = (xmlGlobalState *)
669 xmlGlobalState *tsd = xmlNewGlobalState();
685 xmlGlobalState *globalval
    [all...]
  /external/libxml2/include/libxml/
globals.h 115 typedef struct _xmlGlobalState xmlGlobalState;
116 typedef xmlGlobalState *xmlGlobalStatePtr;

Completed in 136 milliseconds