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

/freebsd-9.3-release/crypto/openssl/crypto/
H A Dex_data.c172 * directly, eg. EX_IMPL(get_new_index)(...);
174 #define EX_IMPL(a) impl->cb_##a macro
544 IMPL_CHECK return EX_IMPL(new_class) ();
555 IMPL_CHECK EX_IMPL(cleanup) ();
566 ret = EX_IMPL(get_new_index) (class_index,
578 IMPL_CHECK return EX_IMPL(new_ex_data) (class_index, obj, ad);
588 IMPL_CHECK return EX_IMPL(dup_ex_data) (class_index, to, from);
597 IMPL_CHECK EX_IMPL(free_ex_data) (class_index, obj, ad);

Completed in 47 milliseconds