⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 asn1_string_new.pod

📁 mediastreamer2是开源的网络传输媒体流的库
💻 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 + -