Searched refs:capsule_error (Results 1 – 3 of 3) sorted by relevance
2121 static const char *capsule_error = NULL; variable2129 capsule_error = "context did not match in destructor!"; in capsule_destructor()2131 capsule_error = "destructor did not match in destructor! (woah!)"; in capsule_destructor()2133 capsule_error = "name did not match in destructor!"; in capsule_destructor()2135 capsule_error = "pointer did not match in destructor!"; in capsule_destructor()2164 if (capsule_error) { \ in test_capsule()2165 FAIL(capsule_error); \ in test_capsule()
3080 static const char *capsule_error = NULL; variable3088 capsule_error = "context did not match in destructor!"; in capsule_destructor()3090 capsule_error = "destructor did not match in destructor! (woah!)"; in capsule_destructor()3092 capsule_error = "name did not match in destructor!"; in capsule_destructor()3094 capsule_error = "pointer did not match in destructor!"; in capsule_destructor()3123 if (capsule_error) { \ in test_capsule()3124 FAIL(capsule_error); \ in test_capsule()
127 Modules/_testcapimodule.c - capsule_error -