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()920 p = cleanup_helpers_head; in xmlCleanupThreads()928 cleanup_helpers_head = 0; in xmlCleanupThreads()1033 if (p == cleanup_helpers_head)1034 cleanup_helpers_head = p->next;