Home
last modified time | relevance | path

Searched refs:lpszUrlPath (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/glib/gio/win32/
Dgwinhttpfile.c61 g_free (file->url.lpszUrlPath); in G_DEFINE_TYPE_WITH_CODE()
123 file->url.lpszUrlPath = g_new (wchar_t, ++file->url.dwUrlPathLength); in _g_winhttp_file_new()
132 g_free (file->url.lpszUrlPath); in _g_winhttp_file_new()
172 basename = g_utf16_to_utf8 (winhttp_file->url.lpszUrlPath, -1, NULL, NULL, NULL); in g_winhttp_file_get_basename()
378 …wchar_t *tmp = g_new (wchar_t, wcslen (winhttp_file->url.lpszUrlPath) + 1 + wcslen (wnew_path) + 1… in g_winhttp_file_resolve_relative_path()
379 wcscpy (tmp, winhttp_file->url.lpszUrlPath); in g_winhttp_file_resolve_relative_path()
394 child->url.lpszUrlPath = wnew_path; in g_winhttp_file_resolve_relative_path()
499 winhttp_file->url.lpszUrlPath, in g_winhttp_file_query_info()
639 winhttp_file->url.lpszUrlPath, in g_winhttp_file_read()
Dgwinhttpfileoutputstream.c127 winhttp_stream->file->url.lpszUrlPath, in g_winhttp_file_output_stream_write()
Dwinhttp.h129 LPWSTR lpszUrlPath; member