[#OSSL_PARAM_BLD_push_size_t] = OSSL_PARAM_BLD_push_size_t :mrdocs: Append a size_t parameter to a builder (stored by value). == Synopsis Declared in `<openssl/param_build.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_PARAM_BLD_push_size_t( xref:OSSL_PARAM_BLD.adoc[OSSL_PARAM_BLD]* bld, char const* key, size_t val); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *bld* | Parameter builder. | *key* | Parameter name string. | *val* | Value to store. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#