Lines Matching refs:tsd
666 xmlGlobalState *tsd = xmlNewGlobalState(); in xmlGetGlobalState() local
667 if (tsd == NULL) in xmlGetGlobalState()
670 pthread_setspecific(globalkey, tsd); in xmlGetGlobalState()
671 return (tsd); in xmlGetGlobalState()
693 xmlGlobalState *tsd = xmlNewGlobalState(); in xmlGetGlobalState()
695 if (tsd == NULL) in xmlGetGlobalState()
702 xmlFreeGlobalState(tsd); in xmlGetGlobalState()
705 p->memory = tsd; in xmlGetGlobalState()
710 TlsSetValue(globalkey, tsd); in xmlGetGlobalState()
724 return (tsd); in xmlGetGlobalState()
734 xmlGlobalState *tsd = xmlNewGlobalState(); in xmlGetGlobalState()
735 if (tsd == NULL) in xmlGetGlobalState()
738 tls_set(globalkey, tsd); in xmlGetGlobalState()
740 return (tsd); in xmlGetGlobalState()