Lines Matching defs:ptr
55 ENGINE *ptr;
85 ptr = ENGINE_get_first();
86 if (!TEST_true(ENGINE_remove(ptr)))
88 ENGINE_free(ptr);
136 if ((ptr = ENGINE_get_first()) != NULL) {
137 if (!ENGINE_remove(ptr))
140 ENGINE_free(ptr);
169 while ((ptr = ENGINE_get_first()) != NULL) {
170 if (!TEST_true(ENGINE_remove(ptr)))
172 ENGINE_free(ptr);