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

/fuchsia/zircon/third_party/ulib/uboringssl/include/openssl/
H A Dstack.h74 // (once) with |DEFINE_STACK_OF(type)| and declared where needed with
81 // DEFINE_STACK_OF(FOO);
357 // DEFINE_STACK_OF defines |STACK_OF(type)| to be a stack whose elements are
359 #define DEFINE_STACK_OF(type) \ macro
379 DEFINE_STACK_OF(void)
403 // Stacks defined with |DEFINE_STACK_OF| are freed with |sk_pop_free| and the

Completed in 21 milliseconds