num_wchars        686 ext/openssl/xp_ssl.c 			DWORD num_wchars;
num_wchars        699 ext/openssl/xp_ssl.c 			num_wchars = MultiByteToWideChar(CP_UTF8, 0, (char*)cert_name_utf8, -1, NULL, 0);
num_wchars        700 ext/openssl/xp_ssl.c 			if (num_wchars == 0) {
num_wchars        708 ext/openssl/xp_ssl.c 			server_name = emalloc((num_wchars * sizeof(WCHAR)) + sizeof(WCHAR));
num_wchars        710 ext/openssl/xp_ssl.c 			num_wchars = MultiByteToWideChar(CP_UTF8, 0, (char*)cert_name_utf8, -1, server_name, num_wchars);
num_wchars        711 ext/openssl/xp_ssl.c 			if (num_wchars == 0) {