cmsCreateContext 1021 include/lcms2.h CMSAPI cmsContext CMSEXPORT cmsCreateContext(void* Plugin, void* UserData); cmsCreateContext 236 testbed/testcms2.c ctx = cmsCreateContext(&DebugMemHandler, usr); cmsCreateContext 54 testbed/testplugin.c c1 = cmsCreateContext(NULL, NULL); // This creates a context by using the normal malloc cmsCreateContext 58 testbed/testplugin.c c2 = cmsCreateContext(PluginMemHandler(), NULL); // This creates a context by using the debug malloc cmsCreateContext 62 testbed/testplugin.c c1 = cmsCreateContext(NULL, NULL); cmsCreateContext 65 testbed/testplugin.c c2 = cmsCreateContext(PluginMemHandler(), NULL); cmsCreateContext 117 testbed/testplugin.c c1 = cmsCreateContext(NULL, &a); cmsCreateContext 89 testbed/testthread.cpp ctx = cmsCreateContext(NULL, 0);