Lines Matching refs:tsd
671 xmlGlobalState *tsd = xmlNewGlobalState(); in xmlGetGlobalState() local
672 if (tsd == NULL) in xmlGetGlobalState()
675 pthread_setspecific(globalkey, tsd); in xmlGetGlobalState()
676 return (tsd); in xmlGetGlobalState()
698 xmlGlobalState *tsd = xmlNewGlobalState(); in xmlGetGlobalState()
700 if (tsd == NULL) in xmlGetGlobalState()
707 xmlFreeGlobalState(tsd); in xmlGetGlobalState()
710 p->memory = tsd; in xmlGetGlobalState()
715 TlsSetValue(globalkey, tsd); in xmlGetGlobalState()
729 return (tsd); in xmlGetGlobalState()
739 xmlGlobalState *tsd = xmlNewGlobalState(); in xmlGetGlobalState()
740 if (tsd == NULL) in xmlGetGlobalState()
743 tls_set(globalkey, tsd); in xmlGetGlobalState()
745 return (tsd); in xmlGetGlobalState()