HomeSort by relevance Sort by last modified time
    Searched refs:get_new_index (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/
internal.h 125 int (*get_new_index)(int class_value, long argl, void *argp, member in struct:st_CRYPTO_EX_DATA_IMPL
ex_data_impl.c 244 static int get_new_index(int class_value, long argl, void *argp, function
257 OPENSSL_PUT_ERROR(CRYPTO, get_new_index, ERR_R_MALLOC_FAILURE);
271 OPENSSL_PUT_ERROR(CRYPTO, get_new_index, ERR_R_MALLOC_FAILURE);
400 new_class, cleanup, get_new_index, new_ex_data, dup_ex_data, free_ex_data};
ex_data.c 150 return impl->get_new_index(class_value, argl, argp, new_func, dup_func,
  /external/openssl/crypto/
ex_data.c 174 * EX_IMPL(get_new_index)(...); */
565 ret = EX_IMPL(get_new_index)(class_index,

Completed in 538 milliseconds