Searched refs:globalval (Results 1 – 1 of 1) sorted by relevance
644 void *globalval = tls_get(globalkey); in xmlGlobalStateCleanup() local646 if (globalval != NULL) in xmlGlobalStateCleanup()647 xmlFreeGlobalState(globalval); in xmlGlobalStateCleanup()662 xmlGlobalState *globalval; in xmlGetGlobalState() local669 if ((globalval = (xmlGlobalState *) in xmlGetGlobalState()678 return (globalval); in xmlGetGlobalState()687 xmlGlobalState *globalval; in xmlGetGlobalState()692 globalval = (xmlGlobalState *) TlsGetValue(globalkey); in xmlGetGlobalState()695 globalval = (xmlGlobalState *) (p ? p->memory : NULL); in xmlGetGlobalState()697 if (globalval == NULL) { in xmlGetGlobalState()[all …]