OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EX_IMPL
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/
ex_data.c
174
*
EX_IMPL
(get_new_index)(...); */
175
#define
EX_IMPL
(a) impl->cb_##a
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);
/external/openssl/crypto/
ex_data.c
174
*
EX_IMPL
(get_new_index)(...); */
175
#define
EX_IMPL
(a) impl->cb_##a
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 52 milliseconds