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

/freebsd-9.3-release/crypto/openssl/crypto/
H A Dex_data.c211 #define IMPL_CHECK if(!impl) impl_check(); macro
216 IMPL_CHECK return impl;
544 IMPL_CHECK return EX_IMPL(new_class) ();
555 IMPL_CHECK EX_IMPL(cleanup) ();
565 IMPL_CHECK
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 45 milliseconds