Searched refs:cleanup_helpers_head (Results 1 – 1 of 1) sorted by relevance
621 static xmlGlobalStateCleanupHelperParams *cleanup_helpers_head = NULL; variable714 if (cleanup_helpers_head != NULL) { in xmlGetGlobalState()715 cleanup_helpers_head->prev = p; in xmlGetGlobalState()717 p->next = cleanup_helpers_head; in xmlGetGlobalState()719 cleanup_helpers_head = p; in xmlGetGlobalState()922 p = cleanup_helpers_head; in xmlCleanupThreads()930 cleanup_helpers_head = 0; in xmlCleanupThreads()1032 if (p == cleanup_helpers_head)1033 cleanup_helpers_head = p->next;