Searched refs:list_object_end (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; member in struct:store_method_st
H A Dstr_meth.c148 sm->list_object_end = list_end_f;
228 return sm->list_object_end;
H A Dstr_lib.c413 list_object_end,STORE_R_NO_LIST_OBJECT_END_FUNCTION);
415 if (!s->meth->list_object_end(s, handle))
634 list_object_end,STORE_R_NO_LIST_OBJECT_END_FUNCTION);
636 if (!s->meth->list_object_end(s, handle))
829 list_object_end,STORE_R_NO_LIST_OBJECT_END_FUNCTION);
831 if (!s->meth->list_object_end(s, handle))
1023 list_object_end,STORE_R_NO_LIST_OBJECT_END_FUNCTION);
1025 if (!s->meth->list_object_end(s, handle))

Completed in 120 milliseconds