Searched refs:lpszUrlPath (Results 1 – 3 of 3) sorted by relevance
/third_party/glib/gio/win32/ |
D | gwinhttpfile.c | 58 g_free (file->url.lpszUrlPath); in G_DEFINE_TYPE_WITH_CODE() 120 file->url.lpszUrlPath = g_new (wchar_t, ++file->url.dwUrlPathLength); in _g_winhttp_file_new() 129 g_free (file->url.lpszUrlPath); in _g_winhttp_file_new() 169 basename = g_utf16_to_utf8 (winhttp_file->url.lpszUrlPath, -1, NULL, NULL, NULL); in g_winhttp_file_get_basename() 391 …int trailing_slash = winhttp_file->url.lpszUrlPath[winhttp_file->url.dwUrlPathLength-1] == L'/'? 1… in g_winhttp_file_resolve_relative_path() 394 tmp = g_new (wchar_t, wcslen (winhttp_file->url.lpszUrlPath) + wcslen (wnew_path) + 1); in g_winhttp_file_resolve_relative_path() 395 wcscpy (tmp, winhttp_file->url.lpszUrlPath); in g_winhttp_file_resolve_relative_path() 399 tmp = g_new (wchar_t, wcslen (winhttp_file->url.lpszUrlPath) + 1 + wcslen (wnew_path) + 1); in g_winhttp_file_resolve_relative_path() 400 wcscpy (tmp, winhttp_file->url.lpszUrlPath); in g_winhttp_file_resolve_relative_path() 416 child->url.lpszUrlPath = wnew_path; in g_winhttp_file_resolve_relative_path() [all …]
|
D | gwinhttpfileoutputstream.c | 123 winhttp_stream->file->url.lpszUrlPath, in g_winhttp_file_output_stream_write()
|
D | winhttp.h | 128 LPWSTR lpszUrlPath; member
|