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

/external/openssl/crypto/
H A Dex_data.c174 * EX_IMPL(get_new_index)(...); */
175 #define EX_IMPL(a) impl->cb_##a macro
544 return EX_IMPL(new_class)();
554 EX_IMPL(cleanup)();
565 ret = EX_IMPL(get_new_index)(class_index,
575 return EX_IMPL(new_ex_data)(class_index, obj, ad);
584 return EX_IMPL(dup_ex_data)(class_index, to, from);
592 EX_IMPL(free_ex_data)(class_index, obj, ad);

Completed in 35 milliseconds