Macros
tasn_typ.c File Reference
#include <openssl/asn1.h>
#include <openssl/asn1t.h>
Include dependency graph for tasn_typ.c:

Go to the source code of this file.

Macros

#define IMPLEMENT_ASN1_STRING_FUNCTIONS(sname)
 

Macro Definition Documentation

◆ IMPLEMENT_ASN1_STRING_FUNCTIONS

#define IMPLEMENT_ASN1_STRING_FUNCTIONS (   sname)
Value:
IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname(sname, sname, sname) \
sname *sname##_new(void) \
{ \
return ASN1_STRING_type_new(V_##sname); \
} \
void sname##_free(sname *x) \
{ \
ASN1_STRING_free(x); \
}

Definition at line 63 of file tasn_typ.c.

ASN1_STRING_type_new
#define ASN1_STRING_type_new
Definition: boringssl_prefix_symbols.h:695
x
int x
Definition: bloaty/third_party/googletest/googlemock/test/gmock-matchers_test.cc:3610
IMPLEMENT_ASN1_TYPE
#define IMPLEMENT_ASN1_TYPE(stname)
Definition: asn1t.h:611


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:33