Home
last modified time | relevance | path

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

/third_party/glib/gio/win32/
Dgwinhttpfile.c55 g_free (file->url.lpszHostName); in G_DEFINE_TYPE_WITH_CODE()
117 file->url.lpszHostName = g_new (wchar_t, ++file->url.dwHostNameLength); in _g_winhttp_file_new()
126 g_free (file->url.lpszHostName); in _g_winhttp_file_new()
413 …child->url.lpszHostName = g_memdup2 (winhttp_file->url.lpszHostName, ((gsize) winhttp_file->url.dw… in g_winhttp_file_resolve_relative_path()
482 winhttp_file->url.lpszHostName, in g_winhttp_file_query_info()
636 winhttp_file->url.lpszHostName, in g_winhttp_file_read()
677 winhttp_file->url.lpszHostName, in g_winhttp_file_create()
Dwinhttp.h121 LPWSTR lpszHostName; member