Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/win32/
Dgwinhttpfile.c93 wchar_t *wuri; in _g_winhttp_file_new() local
96 wuri = g_utf8_to_utf16 (uri, -1, NULL, NULL, NULL); in _g_winhttp_file_new()
98 if (wuri == NULL) in _g_winhttp_file_new()
113 if (!G_WINHTTP_VFS_GET_CLASS (vfs)->funcs->pWinHttpCrackUrl (wuri, 0, 0, &file->url)) in _g_winhttp_file_new()
115 g_free (wuri); in _g_winhttp_file_new()
126 if (!G_WINHTTP_VFS_GET_CLASS (vfs)->funcs->pWinHttpCrackUrl (wuri, 0, 0, &file->url)) in _g_winhttp_file_new()
134 g_free (wuri); in _g_winhttp_file_new()
138 g_free (wuri); in _g_winhttp_file_new()
195 wchar_t *wuri; in g_winhttp_file_get_uri() local
203 wuri = g_new (wchar_t, ++len); in g_winhttp_file_get_uri()
[all …]