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

/freebsd-10-stable/crypto/openssl/crypto/store/
H A Dstr_locl.h102 STORE_END_OBJECT_FUNC_PTR list_object_end; member in struct:store_method_st
H A Dstr_meth.c166 sm->list_object_end = list_end_f;
257 return sm->list_object_end;
H A Dstr_lib.c394 list_object_end, STORE_R_NO_LIST_OBJECT_END_FUNCTION);
396 if (!s->meth->list_object_end(s, handle)) {
602 list_object_end, STORE_R_NO_LIST_OBJECT_END_FUNCTION);
604 if (!s->meth->list_object_end(s, handle)) {
786 list_object_end, STORE_R_NO_LIST_OBJECT_END_FUNCTION);
788 if (!s->meth->list_object_end(s, handle)) {
965 list_object_end, STORE_R_NO_LIST_OBJECT_END_FUNCTION);
967 if (!s->meth->list_object_end(s, handle)) {

Completed in 99 milliseconds