Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
Dthreads.c623 static xmlGlobalStateCleanupHelperParams *cleanup_helpers_head = NULL; variable
716 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()
/external/libxml2/
Dthreads.c625 static xmlGlobalStateCleanupHelperParams *cleanup_helpers_head = NULL; variable
718 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()