Home
last modified time | relevance | path

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

/external/libxml2/
Dthreads.c642 void *globalval = tls_get(globalkey); in xmlGlobalStateCleanup() local
644 if (globalval != NULL) in xmlGlobalStateCleanup()
645 xmlFreeGlobalState(globalval); in xmlGlobalStateCleanup()
660 xmlGlobalState *globalval; in xmlGetGlobalState() local
667 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 …]