MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlThrDefSetStructuredErrorFunc

Function xmlThrDefSetStructuredErrorFunc

ThirdParty/libxml2/vtklibxml2/globals.c:1050–1056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1048}
1049
1050void
1051xmlThrDefSetStructuredErrorFunc(void *ctx, xmlStructuredErrorFunc handler) {
1052 xmlMutexLock(&xmlThrDefMutex);
1053 xmlStructuredErrorContextThrDef = ctx;
1054 xmlStructuredErrorThrDef = handler;
1055 xmlMutexUnlock(&xmlThrDefMutex);
1056}
1057
1058xmlBufferAllocationScheme xmlThrDefBufferAllocScheme(xmlBufferAllocationScheme v) {
1059 xmlBufferAllocationScheme ret;

Callers

nothing calls this directly

Calls 2

xmlMutexLockFunction · 0.85
xmlMutexUnlockFunction · 0.85

Tested by

no test coverage detected