Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlOnceInit

176 static void xmlOnceInit(void);
666 pthread_once(&once_control, xmlOnceInit);
689 xmlOnceInit();
735 xmlOnceInit();
804 pthread_once(&once_control, xmlOnceInit);
806 xmlOnceInit();
808 xmlOnceInit();
943 * xmlOnceInit
945 * xmlOnceInit() is used to initialize the value of mainthread for use
952 xmlOnceInit(void)