Searched refs:dwPasswordLength (Results 1 – 2 of 2) sorted by relevance
106 file->url.dwPasswordLength = 1; in _g_winhttp_file_new()119 file->url.lpszPassword = g_new (wchar_t, ++file->url.dwPasswordLength); in _g_winhttp_file_new()415 …= g_memdup2 (winhttp_file->url.lpszPassword, ((gsize) winhttp_file->url.dwPasswordLength + 1) * 2); in g_winhttp_file_resolve_relative_path()
127 DWORD dwPasswordLength; member