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

/external/openssl/crypto/store/
H A Dstr_locl.h98 STORE_END_OBJECT_FUNC_PTR list_object_end;
99 STORE_END_OBJECT_FUNC_PTR list_object_endp;
H A Dstr_meth.c146 int STORE_method_set_list_end_function(STORE_METHOD *sm, STORE_END_OBJECT_FUNC_PTR list_end_f)
226 STORE_END_OBJECT_FUNC_PTR STORE_method_get_list_end_function(STORE_METHOD *sm)
H A Dstore.h333 typedef int (*STORE_END_OBJECT_FUNC_PTR)(STORE *, void *handle); typedef
350 int STORE_method_set_list_end_function(STORE_METHOD *sm, STORE_END_OBJECT_FUNC_PTR list_end_f);
366 STORE_END_OBJECT_FUNC_PTR STORE_method_get_list_end_function(STORE_METHOD *sm);

Completed in 64 milliseconds