Home
last modified time | relevance | path

Searched refs:impl_free (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty.c208 static void impl_free(IMPLEMENTATION *impl) in impl_free() function
235 sk_IMPLEMENTATION_pop_free(a->impls, &impl_free); in alg_cleanup()
369 impl_free(impl); in ossl_method_store_add()
375 impl_free(impl); in ossl_method_store_add()
406 impl_free(impl); in ossl_method_store_remove()
435 impl_free(impl); in alg_cleanup_by_provider()
/third_party/openssl/crypto/property/
H A Dproperty.c210 static void impl_free(IMPLEMENTATION *impl) in impl_free() function
237 sk_IMPLEMENTATION_pop_free(a->impls, &impl_free); in alg_cleanup()
371 impl_free(impl); in ossl_method_store_add()
377 impl_free(impl); in ossl_method_store_add()
408 impl_free(impl); in ossl_method_store_remove()
437 impl_free(impl); in alg_cleanup_by_provider()
/third_party/pulseaudio/src/pulsecore/
H A Ddevice-port.h58 void (*impl_free)(pa_device_port *port); member
H A Ddevice-port.c161 if (p->impl_free) in device_port_free()
162 p->impl_free(p); in device_port_free()
/third_party/vulkan-loader/tests/
H A Dloader_alloc_callback_tests.cpp123 void impl_free(void* pMemory) noexcept {
166 reinterpret_cast<MemoryTracker*>(pUserData)->impl_free(pMemory);

Completed in 6 milliseconds