[#ASN1_BIT_STRING_name_print] = ASN1_BIT_STRING_name_print :mrdocs: Print the long names of set bits from a BIT_STRING_BITNAME table. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int ASN1_BIT_STRING_name_print( xref:BIO.adoc[BIO]* out, xref:ASN1_BIT_STRING.adoc[ASN1_BIT_STRING]* bs, xref:BIT_STRING_BITNAME.adoc[BIT_STRING_BITNAME]* tbl, int indent); ---- == Return Value 1 on success. == Parameters [cols="1,4"] |=== | Name| Description | *out* | BIO that receives the indented comma‐separated names and a newline. | *bs* | Bit string whose set bits are looked up in `tbl.` | *tbl* | NULL‐terminated table of bit numbers and long names. | *indent* | Number of spaces written before the first name. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#