Searched refs:globalval (Results 1 – 1 of 1) sorted by relevance
639 void *globalval = tls_get(globalkey); in xmlGlobalStateCleanup() local641 if (globalval != NULL) in xmlGlobalStateCleanup()642 xmlFreeGlobalState(globalval); in xmlGlobalStateCleanup()657 xmlGlobalState *globalval; in xmlGetGlobalState() local664 if ((globalval = (xmlGlobalState *) in xmlGetGlobalState()673 return (globalval); in xmlGetGlobalState()682 xmlGlobalState *globalval; in xmlGetGlobalState()687 globalval = (xmlGlobalState *) TlsGetValue(globalkey); in xmlGetGlobalState()690 globalval = (xmlGlobalState *) (p ? p->memory : NULL); in xmlGetGlobalState()692 if (globalval == NULL) { in xmlGetGlobalState()[all …]