webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Macros
tasn_typ.c File Reference
#include <openssl/asn1.h>
#include <openssl/asn1t.h>

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_fname(sname, sname, sname) \
sname *sname##_new(void) \
{ \
return ASN1_STRING_type_new(V_##sname); \
} \
void sname##_free(sname *x) \
{ \
ASN1_STRING_free(x); \
}
ASN1_STRING * ASN1_STRING_type_new(int type)
Definition: asn1_lib.c:424
EGLSurface EGLint x
Definition: eglext.h:950
#define IMPLEMENT_ASN1_TYPE(stname)
Definition: asn1t.h:721