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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dex_data.c174 * EX_IMPL(get_new_index)(...); */
175 #define EX_IMPL(a) impl->cb_##a macro
540 return EX_IMPL(new_class)();
550 EX_IMPL(cleanup)();
561 ret = EX_IMPL(get_new_index)(class_index,
571 return EX_IMPL(new_ex_data)(class_index, obj, ad);
580 return EX_IMPL(dup_ex_data)(class_index, to, from);
588 EX_IMPL(free_ex_data)(class_index, obj, ad);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dex_data.c172 * directly, eg. EX_IMPL(get_new_index)(...);
174 #define EX_IMPL(a) impl->cb_##a macro
549 IMPL_CHECK return EX_IMPL(new_class) ();
560 IMPL_CHECK EX_IMPL(cleanup) ();
571 ret = EX_IMPL(get_new_index) (class_index,
583 IMPL_CHECK return EX_IMPL(new_ex_data) (class_index, obj, ad);
593 IMPL_CHECK return EX_IMPL(dup_ex_data) (class_index, to, from);
602 IMPL_CHECK EX_IMPL(free_ex_data) (class_index, obj, ad);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dex_data.c172 * directly, eg. EX_IMPL(get_new_index)(...);
174 #define EX_IMPL(a) impl->cb_##a macro
549 IMPL_CHECK return EX_IMPL(new_class) ();
560 IMPL_CHECK EX_IMPL(cleanup) ();
571 ret = EX_IMPL(get_new_index) (class_index,
583 IMPL_CHECK return EX_IMPL(new_ex_data) (class_index, obj, ad);
593 IMPL_CHECK return EX_IMPL(dup_ex_data) (class_index, to, from);
602 IMPL_CHECK EX_IMPL(free_ex_data) (class_index, obj, ad);

Completed in 106 milliseconds