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

/fuchsia/zircon/third_party/ulib/uboringssl/include/openssl/
H A Dstack.h252 #define BORINGSSL_DEFINE_STACK_OF_IMPL(name, ptrtype, constptrtype) \ macro
360 BORINGSSL_DEFINE_STACK_OF_IMPL(type, type *, const type *) \
366 BORINGSSL_DEFINE_STACK_OF_IMPL(type, const type *, const type *) \
374 BORINGSSL_DEFINE_STACK_OF_IMPL(type, type, const type)

Completed in 15 milliseconds