Searched refs:globalval (Results 1 – 1 of 1) sorted by relevance
643 void *globalval = tls_get(globalkey); in xmlGlobalStateCleanup() local645 if (globalval != NULL) in xmlGlobalStateCleanup()646 xmlFreeGlobalState(globalval); in xmlGlobalStateCleanup()661 xmlGlobalState *globalval; in xmlGetGlobalState() local668 if ((globalval = (xmlGlobalState *) in xmlGetGlobalState()677 return (globalval); in xmlGetGlobalState()686 xmlGlobalState *globalval; in xmlGetGlobalState()691 globalval = (xmlGlobalState *) TlsGetValue(globalkey); in xmlGetGlobalState()694 globalval = (xmlGlobalState *) (p ? p->memory : NULL); in xmlGetGlobalState()696 if (globalval == NULL) { in xmlGetGlobalState()[all …]