Home
last modified time | relevance | path

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

/external/libxml2/
Dthreads.c644 void *globalval = tls_get(globalkey); in xmlGlobalStateCleanup() local
646 if (globalval != NULL) in xmlGlobalStateCleanup()
647 xmlFreeGlobalState(globalval); in xmlGlobalStateCleanup()
662 xmlGlobalState *globalval; in xmlGetGlobalState() local
669 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 …]