cert_name_utf8    684 ext/openssl/xp_ssl.c 			unsigned char *cert_name_utf8;
cert_name_utf8    697 ext/openssl/xp_ssl.c 			cert_name_utf8_len = PHP_X509_NAME_ENTRY_TO_UTF8(cert_name, index, cert_name_utf8);
cert_name_utf8    699 ext/openssl/xp_ssl.c 			num_wchars = MultiByteToWideChar(CP_UTF8, 0, (char*)cert_name_utf8, -1, NULL, 0);
cert_name_utf8    701 ext/openssl/xp_ssl.c 				php_error_docref(NULL, E_WARNING, "Unable to convert %s to wide character string", cert_name_utf8);
cert_name_utf8    702 ext/openssl/xp_ssl.c 				OPENSSL_free(cert_name_utf8);
cert_name_utf8    710 ext/openssl/xp_ssl.c 			num_wchars = MultiByteToWideChar(CP_UTF8, 0, (char*)cert_name_utf8, -1, server_name, num_wchars);
cert_name_utf8    712 ext/openssl/xp_ssl.c 				php_error_docref(NULL, E_WARNING, "Unable to convert %s to wide character string", cert_name_utf8);
cert_name_utf8    714 ext/openssl/xp_ssl.c 				OPENSSL_free(cert_name_utf8);
cert_name_utf8    720 ext/openssl/xp_ssl.c 			OPENSSL_free(cert_name_utf8);