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

/macosx-10.10.1/libxml2-26/libxml2/
H A Dthreads.c603 } xmlGlobalStateCleanupHelperParams; typedef in typeref:struct:_xmlGlobalStateCleanupHelperParams
608 xmlGlobalStateCleanupHelperParams *params =
609 (xmlGlobalStateCleanupHelperParams *) p;
622 } xmlGlobalStateCleanupHelperParams; typedef in typeref:struct:_xmlGlobalStateCleanupHelperParams
624 static xmlGlobalStateCleanupHelperParams *cleanup_helpers_head = NULL;
686 xmlGlobalStateCleanupHelperParams *p;
692 p = (xmlGlobalStateCleanupHelperParams *) TlsGetValue(globalkey);
700 p = (xmlGlobalStateCleanupHelperParams *)
701 malloc(sizeof(xmlGlobalStateCleanupHelperParams));
933 xmlGlobalStateCleanupHelperParams *
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dthreads.c602 } xmlGlobalStateCleanupHelperParams; typedef in typeref:struct:_xmlGlobalStateCleanupHelperParams
607 xmlGlobalStateCleanupHelperParams *params =
608 (xmlGlobalStateCleanupHelperParams *) p;
621 } xmlGlobalStateCleanupHelperParams; typedef in typeref:struct:_xmlGlobalStateCleanupHelperParams
623 static xmlGlobalStateCleanupHelperParams *cleanup_helpers_head = NULL;
685 xmlGlobalStateCleanupHelperParams *p;
691 p = (xmlGlobalStateCleanupHelperParams *) TlsGetValue(globalkey);
699 p = (xmlGlobalStateCleanupHelperParams *)
700 malloc(sizeof(xmlGlobalStateCleanupHelperParams));
918 xmlGlobalStateCleanupHelperParams *
[all...]

Completed in 138 milliseconds