cert_name_utf8 664 ext/openssl/xp_ssl.c unsigned char *cert_name_utf8; cert_name_utf8 677 ext/openssl/xp_ssl.c cert_name_utf8_len = PHP_X509_NAME_ENTRY_TO_UTF8(cert_name, index, cert_name_utf8); cert_name_utf8 679 ext/openssl/xp_ssl.c num_wchars = MultiByteToWideChar(CP_UTF8, 0, (char*)cert_name_utf8, -1, NULL, 0); cert_name_utf8 681 ext/openssl/xp_ssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to convert %s to wide character string", cert_name_utf8); cert_name_utf8 682 ext/openssl/xp_ssl.c OPENSSL_free(cert_name_utf8); cert_name_utf8 690 ext/openssl/xp_ssl.c num_wchars = MultiByteToWideChar(CP_UTF8, 0, (char*)cert_name_utf8, -1, server_name, num_wchars); cert_name_utf8 692 ext/openssl/xp_ssl.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to convert %s to wide character string", cert_name_utf8); cert_name_utf8 694 ext/openssl/xp_ssl.c OPENSSL_free(cert_name_utf8); cert_name_utf8 700 ext/openssl/xp_ssl.c OPENSSL_free(cert_name_utf8);