📄 asn1_string_new.pod
字号:
=pod=head1 NAMEASN1_STRING_new, ASN1_STRING_type_new, ASN1_STRING_free -ASN1_STRING allocation functions=head1 SYNOPSIS ASN1_STRING * ASN1_STRING_new(void); ASN1_STRING * ASN1_STRING_type_new(int type); void ASN1_STRING_free(ASN1_STRING *a);=head1 DESCRIPTIONASN1_STRING_new() returns an allocated B<ASN1_STRING> structure. Its typeis undefined.ASN1_STRING_type_new() returns an allocated B<ASN1_STRING> structure oftype B<type>.ASN1_STRING_free() frees up B<a>.=head1 NOTESOther string types call the B<ASN1_STRING> functions. For exampleASN1_OCTET_STRING_new() calls ASN1_STRING_type(V_ASN1_OCTET_STRING).=head1 RETURN VALUESASN1_STRING_new() and ASN1_STRING_type_new() return a validASN1_STRING structure or B<NULL> if an error occurred.ASN1_STRING_free() does not return a value.=head1 SEE ALSOL<ERR_get_error(3)|ERR_get_error(3)>=head1 HISTORYTBA=cut
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -