GENERAL_NAMES    1874 ext/openssl/openssl.c 	GENERAL_NAMES *names;
GENERAL_NAMES    1887 ext/openssl/openssl.c 		names = (GENERAL_NAMES*)(ASN1_item_d2i(NULL, &p, length,
GENERAL_NAMES    1890 ext/openssl/openssl.c 		names = (GENERAL_NAMES*)(method->d2i(NULL, &p, length));
GENERAL_NAMES     379 ext/openssl/xp_ssl.c 	GENERAL_NAMES *alt_names = X509_get_ext_d2i(peer, NID_subject_alt_name, 0, 0);