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.h279 #define BORINGSSL_DEFINE_STACK_OF_IMPL(name, ptrtype, constptrtype) \ macro
404 BORINGSSL_DEFINE_STACK_OF_IMPL(name, type *, const type *) \
414 BORINGSSL_DEFINE_STACK_OF_IMPL(type, const type *, const type *) \
422 BORINGSSL_DEFINE_STACK_OF_IMPL(type, type, const type)