[#OSSL_STORE_eof] = OSSL_STORE_eof :mrdocs: Test whether an open store has no more objects to load. == Synopsis Declared in `<openssl/store.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_STORE_eof(xref:OSSL_STORE_CTX.adoc[OSSL_STORE_CTX]* ctx); ---- == Return Value 1 if end of data has been reached, or 0 otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Open store context. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#