Home
last modified time | relevance | path

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

/external/libxml2/
Dthreads.c643 void *globalval = tls_get(globalkey); in xmlGlobalStateCleanup() local
645 if (globalval != NULL) in xmlGlobalStateCleanup()
646 xmlFreeGlobalState(globalval); in xmlGlobalStateCleanup()
661 xmlGlobalState *globalval; in xmlGetGlobalState() local
668 if ((globalval = (xmlGlobalState *) in xmlGetGlobalState()
677 return (globalval); in xmlGetGlobalState()
686 xmlGlobalState *globalval; in xmlGetGlobalState()
691 globalval = (xmlGlobalState *) TlsGetValue(globalkey); in xmlGetGlobalState()
694 globalval = (xmlGlobalState *) (p ? p->memory : NULL); in xmlGetGlobalState()
696 if (globalval == NULL) { in xmlGetGlobalState()
[all …]