HomeSort by relevance Sort by last modified time
    Searched refs:STORE_END_OBJECT_FUNC_PTR (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/store/
str_locl.h 98 STORE_END_OBJECT_FUNC_PTR list_object_end;
99 STORE_END_OBJECT_FUNC_PTR list_object_endp;
str_meth.c 146 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)
store.h 333 typedef int (*STORE_END_OBJECT_FUNC_PTR)(STORE *, void *handle);
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 44 milliseconds