Searched refs:pointer2 (Results 1 – 1 of 1) sorted by relevance
1466 void *pointer2; in test_capsule() local1502 pointer2 = PyCapsule_GetPointer(object, "the wrong name"); in test_capsule()1507 if (pointer2) { in test_capsule()1508 if (pointer2 == capsule_pointer) { in test_capsule()1548 pointer2 = PyCapsule_GetPointer(object, in test_capsule()1556 if (pointer2) { in test_capsule()1559 if (pointer2 == pointer) { in test_capsule()