Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dstack.h247 #define BORINGSSL_DEFINE_STACK_OF_IMPL(name, ptrtype, constptrtype) \ macro
355 BORINGSSL_DEFINE_STACK_OF_IMPL(type, type *, const type *) \
361 BORINGSSL_DEFINE_STACK_OF_IMPL(type, const type *, const type *) \
369 BORINGSSL_DEFINE_STACK_OF_IMPL(type, type, const type)