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

/external/openssl/crypto/store/
H A Dstr_locl.h97 STORE_NEXT_OBJECT_FUNC_PTR list_object_next; member in struct:store_method_st
H A Dstr_meth.c142 sm->list_object_next = list_next_f;
223 return sm->list_object_next;
H A Dstr_lib.c392 list_object_next,STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION);
394 object = s->meth->list_object_next(s, handle);
613 list_object_next,STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION);
615 object = s->meth->list_object_next(s, handle);
808 list_object_next,STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION);
810 object = s->meth->list_object_next(s, handle);
1002 list_object_next,STORE_R_NO_LIST_OBJECT_NEXT_FUNCTION);
1004 object = s->meth->list_object_next(s, handle);

Completed in 148 milliseconds