Searched refs:xmlGlobalStateCleanupHelperParams (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dthreads.c579 } xmlGlobalStateCleanupHelperParams; typedef in typeref:struct:_xmlGlobalStateCleanupHelperParams
583 xmlGlobalStateCleanupHelperParams *params = (xmlGlobalStateCleanupHelperParams *) p;
597 } xmlGlobalStateCleanupHelperParams; typedef in typeref:struct:_xmlGlobalStateCleanupHelperParams
599 static xmlGlobalStateCleanupHelperParams * cleanup_helpers_head = NULL;
656 xmlGlobalStateCleanupHelperParams * p;
662 p = (xmlGlobalStateCleanupHelperParams*)TlsGetValue(globalkey);
667 p = (xmlGlobalStateCleanupHelperParams *) malloc(sizeof(xmlGlobalStateCleanupHelperParams));
858 xmlGlobalStateCleanupHelperParams *
[all...]

Completed in 228 milliseconds