[#OSSL_STORE_LOADER_up_ref] = OSSL_STORE_LOADER_up_ref :mrdocs: Increment the reference count on a fetched store loader. == Synopsis Declared in `<openssl/store.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_STORE_LOADER_up_ref(xref:OSSL_STORE_LOADER.adoc[OSSL_STORE_LOADER]* loader); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *loader* | Loader to retain. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#