Searched refs:globalval (Results 1 – 1 of 1) sorted by relevance
642 void *globalval = tls_get(globalkey); in xmlGlobalStateCleanup() local644 if (globalval != NULL) in xmlGlobalStateCleanup()645 xmlFreeGlobalState(globalval); in xmlGlobalStateCleanup()660 xmlGlobalState *globalval; in xmlGetGlobalState() local667 if ((globalval = (xmlGlobalState *) in xmlGetGlobalState()676 return (globalval); in xmlGetGlobalState()685 xmlGlobalState *globalval; in xmlGetGlobalState()690 globalval = (xmlGlobalState *) TlsGetValue(globalkey); in xmlGetGlobalState()693 globalval = (xmlGlobalState *) (p ? p->memory : NULL); in xmlGetGlobalState()695 if (globalval == NULL) { in xmlGetGlobalState()[all …]