Searched refs:capsule_error (Results 1 – 1 of 1) sorted by relevance
1436 static const char *capsule_error = NULL; variable1444 capsule_error = "context did not match in destructor!"; in capsule_destructor()1446 capsule_error = "destructor did not match in destructor! (woah!)"; in capsule_destructor()1448 capsule_error = "name did not match in destructor!"; in capsule_destructor()1450 capsule_error = "pointer did not match in destructor!"; in capsule_destructor()1479 if (capsule_error) { \ in test_capsule()1480 FAIL(capsule_error); \ in test_capsule()