GENERAL_NAME      846 extra_lib/include/openssl/safestack.h #define sk_GENERAL_NAME_new(cmp) SKM_sk_new(GENERAL_NAME, (cmp))
GENERAL_NAME      847 extra_lib/include/openssl/safestack.h #define sk_GENERAL_NAME_new_null() SKM_sk_new_null(GENERAL_NAME)
GENERAL_NAME      848 extra_lib/include/openssl/safestack.h #define sk_GENERAL_NAME_free(st) SKM_sk_free(GENERAL_NAME, (st))
GENERAL_NAME      849 extra_lib/include/openssl/safestack.h #define sk_GENERAL_NAME_num(st) SKM_sk_num(GENERAL_NAME, (st))
GENERAL_NAME      850 extra_lib/include/openssl/safestack.h #define sk_GENERAL_NAME_value(st, i) SKM_sk_value(GENERAL_NAME, (st), (i))
GENERAL_NAME      851 extra_lib/include/openssl/safestack.h #define sk_GENERAL_NAME_set(st, i, val) SKM_sk_set(GENERAL_NAME, (st), (i), (val))
GENERAL_NAME      852 extra_lib/include/openssl/safestack.h #define sk_GENERAL_NAME_zero(st) SKM_sk_zero(GENERAL_NAME, (st))
GENERAL_NAME      853 extra_lib/include/openssl/safestack.h #define sk_GENERAL_NAME_push(st, val) SKM_sk_push(GENERAL_NAME, (st), (val))
GENERAL_NAME      854 extra_lib/include/openssl/safestack.h #define sk_GENERAL_NAME_unshift(st, val) SKM_sk_unshift(GENERAL_NAME, (st), (val))
GENERAL_NAME      855 extra_lib/include/openssl/safestack.h #define sk_GENERAL_NAME_find(st, val) SKM_sk_find(GENERAL_NAME, (st), (val))
GENERAL_NAME      856 extra_lib/include/openssl/safestack.h #define sk_GENERAL_NAME_find_ex(st, val) SKM_sk_find_ex(GENERAL_NAME, (st), (val))
GENERAL_NAME      857 extra_lib/include/openssl/safestack.h #define sk_GENERAL_NAME_delete(st, i) SKM_sk_delete(GENERAL_NAME, (st), (i))
GENERAL_NAME      858 extra_lib/include/openssl/safestack.h #define sk_GENERAL_NAME_delete_ptr(st, ptr) SKM_sk_delete_ptr(GENERAL_NAME, (st), (ptr))
GENERAL_NAME      859 extra_lib/include/openssl/safestack.h #define sk_GENERAL_NAME_insert(st, val, i) SKM_sk_insert(GENERAL_NAME, (st), (val), (i))
GENERAL_NAME      860 extra_lib/include/openssl/safestack.h #define sk_GENERAL_NAME_set_cmp_func(st, cmp) SKM_sk_set_cmp_func(GENERAL_NAME, (st), (cmp))
GENERAL_NAME      861 extra_lib/include/openssl/safestack.h #define sk_GENERAL_NAME_dup(st) SKM_sk_dup(GENERAL_NAME, st)
GENERAL_NAME      862 extra_lib/include/openssl/safestack.h #define sk_GENERAL_NAME_pop_free(st, free_func) SKM_sk_pop_free(GENERAL_NAME, (st), (free_func))
GENERAL_NAME      863 extra_lib/include/openssl/safestack.h #define sk_GENERAL_NAME_shift(st) SKM_sk_shift(GENERAL_NAME, (st))
GENERAL_NAME      864 extra_lib/include/openssl/safestack.h #define sk_GENERAL_NAME_pop(st) SKM_sk_pop(GENERAL_NAME, (st))
GENERAL_NAME      865 extra_lib/include/openssl/safestack.h #define sk_GENERAL_NAME_sort(st) SKM_sk_sort(GENERAL_NAME, (st))
GENERAL_NAME      866 extra_lib/include/openssl/safestack.h #define sk_GENERAL_NAME_is_sorted(st) SKM_sk_is_sorted(GENERAL_NAME, (st))
GENERAL_NAME     2182 extra_lib/include/openssl/safestack.h 	SKM_ASN1_SET_OF_d2i(GENERAL_NAME, (st), (pp), (length), (d2i_func), (free_func), (ex_tag), (ex_class)) 
GENERAL_NAME     2184 extra_lib/include/openssl/safestack.h 	SKM_ASN1_SET_OF_i2d(GENERAL_NAME, (st), (pp), (i2d_func), (ex_tag), (ex_class), (is_set))
GENERAL_NAME     2186 extra_lib/include/openssl/safestack.h 	SKM_ASN1_seq_pack(GENERAL_NAME, (st), (i2d_func), (buf), (len))
GENERAL_NAME     2188 extra_lib/include/openssl/safestack.h 	SKM_ASN1_seq_unpack(GENERAL_NAME, (buf), (len), (d2i_func), (free_func))
GENERAL_NAME      299 extra_lib/include/openssl/x509.h 	STACK_OF(GENERAL_NAME) *altname;
GENERAL_NAME      440 extra_lib/include/openssl/x509.h 	STACK_OF(GENERAL_NAME) *issuer;
GENERAL_NAME      209 extra_lib/include/openssl/x509v3.h typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES;
GENERAL_NAME      213 extra_lib/include/openssl/x509v3.h     GENERAL_NAME *location;
GENERAL_NAME      220 extra_lib/include/openssl/x509v3.h DECLARE_STACK_OF(GENERAL_NAME)
GENERAL_NAME      319 extra_lib/include/openssl/x509v3.h     GENERAL_NAME *base;
GENERAL_NAME      519 extra_lib/include/openssl/x509v3.h DECLARE_ASN1_FUNCTIONS(GENERAL_NAME)
GENERAL_NAME      520 extra_lib/include/openssl/x509v3.h GENERAL_NAME *GENERAL_NAME_dup(GENERAL_NAME *a);
GENERAL_NAME      521 extra_lib/include/openssl/x509v3.h int GENERAL_NAME_cmp(GENERAL_NAME *a, GENERAL_NAME *b);
GENERAL_NAME      534 extra_lib/include/openssl/x509v3.h                                        GENERAL_NAME *gen,
GENERAL_NAME      536 extra_lib/include/openssl/x509v3.h int GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen);
GENERAL_NAME      549 extra_lib/include/openssl/x509v3.h void GENERAL_NAME_set0_value(GENERAL_NAME *a, int type, void *value);
GENERAL_NAME      550 extra_lib/include/openssl/x509v3.h void *GENERAL_NAME_get0_value(GENERAL_NAME *a, int *ptype);
GENERAL_NAME      551 extra_lib/include/openssl/x509v3.h int GENERAL_NAME_set0_othername(GENERAL_NAME *gen,
GENERAL_NAME      553 extra_lib/include/openssl/x509v3.h int GENERAL_NAME_get0_otherName(GENERAL_NAME *gen,
GENERAL_NAME      595 extra_lib/include/openssl/x509v3.h GENERAL_NAME *a2i_GENERAL_NAME(GENERAL_NAME *out,
GENERAL_NAME      601 extra_lib/include/openssl/x509v3.h GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method,
GENERAL_NAME      603 extra_lib/include/openssl/x509v3.h GENERAL_NAME *v2i_GENERAL_NAME_ex(GENERAL_NAME *out,
GENERAL_NAME     1432 src/utils/downloader.c 					STACK_OF(GENERAL_NAME) *altnames;
GENERAL_NAME     1445 src/utils/downloader.c 							const GENERAL_NAME *altname = sk_GENERAL_NAME_value(altnames, i);