num_wchars        666 ext/openssl/xp_ssl.c 			DWORD num_wchars;
num_wchars        679 ext/openssl/xp_ssl.c 			num_wchars = MultiByteToWideChar(CP_UTF8, 0, (char*)cert_name_utf8, -1, NULL, 0);
num_wchars        680 ext/openssl/xp_ssl.c 			if (num_wchars == 0) {
num_wchars        688 ext/openssl/xp_ssl.c 			server_name = emalloc((num_wchars * sizeof(WCHAR)) + sizeof(WCHAR));
num_wchars        690 ext/openssl/xp_ssl.c 			num_wchars = MultiByteToWideChar(CP_UTF8, 0, (char*)cert_name_utf8, -1, server_name, num_wchars);
num_wchars        691 ext/openssl/xp_ssl.c 			if (num_wchars == 0) {