Home
last modified time | relevance | path

Searched refs:globalval (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dthreads.c639 void *globalval = tls_get(globalkey); in xmlGlobalStateCleanup() local
641 if (globalval != NULL) in xmlGlobalStateCleanup()
642 xmlFreeGlobalState(globalval); in xmlGlobalStateCleanup()
657 xmlGlobalState *globalval; in xmlGetGlobalState() local
664 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 …]