Lines Matching refs:tsd
670 xmlGlobalState *tsd = xmlNewGlobalState(); in xmlGetGlobalState() local
671 if (tsd == NULL) in xmlGetGlobalState()
674 pthread_setspecific(globalkey, tsd); in xmlGetGlobalState()
675 return (tsd); in xmlGetGlobalState()
697 xmlGlobalState *tsd = xmlNewGlobalState(); in xmlGetGlobalState()
699 if (tsd == NULL) in xmlGetGlobalState()
706 xmlFreeGlobalState(tsd); in xmlGetGlobalState()
709 p->memory = tsd; in xmlGetGlobalState()
714 TlsSetValue(globalkey, tsd); in xmlGetGlobalState()
728 return (tsd); in xmlGetGlobalState()
738 xmlGlobalState *tsd = xmlNewGlobalState(); in xmlGetGlobalState()
739 if (tsd == NULL) in xmlGetGlobalState()
742 tls_set(globalkey, tsd); in xmlGetGlobalState()
744 return (tsd); in xmlGetGlobalState()