HomeSort by relevance Sort by last modified time
    Searched refs:lpszUrlPath (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/gio/win32/
gwinhttpfile.c 61 g_free (file->url.lpszUrlPath);
123 file->url.lpszUrlPath = g_new (wchar_t, ++file->url.dwUrlPathLength);
132 g_free (file->url.lpszUrlPath);
172 basename = g_utf16_to_utf8 (winhttp_file->url.lpszUrlPath, -1, NULL, NULL, NULL);
378 wchar_t *tmp = g_new (wchar_t, wcslen (winhttp_file->url.lpszUrlPath) + 1 + wcslen (wnew_path) + 1);
379 wcscpy (tmp, winhttp_file->url.lpszUrlPath);
394 child->url.lpszUrlPath = wnew_path;
499 winhttp_file->url.lpszUrlPath,
639 winhttp_file->url.lpszUrlPath,
gwinhttpfileoutputstream.c 127 winhttp_stream->file->url.lpszUrlPath,
winhttp.h 129 LPWSTR lpszUrlPath;

Completed in 485 milliseconds