Searched refs:cleanup_helpers_head (Results 1 – 2 of 2) sorted by relevance
623 static xmlGlobalStateCleanupHelperParams *cleanup_helpers_head = NULL; variable716 if (cleanup_helpers_head != NULL) { in xmlGetGlobalState()717 cleanup_helpers_head->prev = p; in xmlGetGlobalState()719 p->next = cleanup_helpers_head; in xmlGetGlobalState()721 cleanup_helpers_head = p; in xmlGetGlobalState()921 p = cleanup_helpers_head; in xmlCleanupThreads()929 cleanup_helpers_head = 0; in xmlCleanupThreads()1016 if (p == cleanup_helpers_head) in xmlDllMain()1017 cleanup_helpers_head = p->next; in xmlDllMain()
625 static xmlGlobalStateCleanupHelperParams *cleanup_helpers_head = NULL; variable718 if (cleanup_helpers_head != NULL) { in xmlGetGlobalState()719 cleanup_helpers_head->prev = p; in xmlGetGlobalState()721 p->next = cleanup_helpers_head; in xmlGetGlobalState()723 cleanup_helpers_head = p; in xmlGetGlobalState()923 p = cleanup_helpers_head; in xmlCleanupThreads()931 cleanup_helpers_head = 0; in xmlCleanupThreads()1018 if (p == cleanup_helpers_head) in xmlDllMain()1019 cleanup_helpers_head = p->next; in xmlDllMain()