HomeSort by relevance Sort by last modified time
    Searched defs:DEFINE_STACK_OF (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/
ex_data.c 123 DEFINE_STACK_OF(CRYPTO_EX_DATA_FUNCS)
  /external/boringssl/src/include/openssl/
stack.h 74 // (once) with |DEFINE_STACK_OF(type)| and declared where needed with
81 // DEFINE_STACK_OF(FOO);
352 // DEFINE_STACK_OF defines |STACK_OF(type)| to be a stack whose elements are
354 #define DEFINE_STACK_OF(type) \
374 DEFINE_STACK_OF(void)
398 // Stacks defined with |DEFINE_STACK_OF| are freed with |sk_pop_free| and the

Completed in 83 milliseconds