Home
last modified time | relevance | path

Searched refs:dwPasswordLength (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/gio/win32/
Dgwinhttpfile.c106 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()
Dwinhttp.h127 DWORD dwPasswordLength; member