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

  /external/boringssl/src/include/openssl/
stack.h 74 * (once) with |DEFINE_STACK_OF(type)| and declared where needed with
81 * DEFINE_STACK_OF(FOO);
324 /* DEFINE_STACK_OF defines |STACK_OF(type)| to be a stack whose elements are
326 #define DEFINE_STACK_OF(type) DEFINE_STACK_OF_IMPL(type, type *, const type *)
343 DEFINE_STACK_OF(void)
  /external/boringssl/src/crypto/
ex_data.c 124 DEFINE_STACK_OF(CRYPTO_EX_DATA_FUNCS)

Completed in 66 milliseconds