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

/freebsd-10.2-release/crypto/openssl/crypto/store/
H A Dstr_locl.h101 STORE_NEXT_OBJECT_FUNC_PTR list_object_next; member in struct:store_method_st
H A Dstr_meth.c159 sm->list_object_next = list_next_f;
252 return sm->list_object_next;
H A Dstr_lib.c373 list_object_next, STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION);
375 object = s->meth->list_object_next(s, handle);
582 list_object_next, STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION);
584 object = s->meth->list_object_next(s, handle);
766 list_object_next, STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION);
768 object = s->meth->list_object_next(s, handle);
946 list_object_next, STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION);
948 object = s->meth->list_object_next(s, handle);

Completed in 97 milliseconds