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

  /external/libxml2/
threads.c 141 static __declspec(thread) xmlGlobalState tlstate;
559 xmlGlobalState *gs = (xmlGlobalState *) state;
578 xmlGlobalState *gs;
580 gs = malloc(sizeof(xmlGlobalState));
587 memset(gs, 0, sizeof(xmlGlobalState));
657 xmlGlobalState *globalval;
664 if ((globalval = (xmlGlobalState *)
666 xmlGlobalState *tsd = xmlNewGlobalState();
682 xmlGlobalState *globalval
    [all...]
  /external/libxml2/include/libxml/
globals.h 119 typedef struct _xmlGlobalState xmlGlobalState;
120 typedef xmlGlobalState *xmlGlobalStatePtr;

Completed in 45 milliseconds