Home
last modified time | relevance | path

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

/third_party/glib/gio/win32/
Dgwinhttpfile.c156 GWinHttpFile *winhttp_file = G_WINHTTP_FILE (file); in g_winhttp_file_get_uri_scheme() local
158 return g_utf16_to_utf8 (winhttp_file->url.lpszScheme, -1, NULL, NULL, NULL); in g_winhttp_file_get_uri_scheme()
164 GWinHttpFile *winhttp_file = G_WINHTTP_FILE (file); in g_winhttp_file_get_basename() local
169 basename = g_utf16_to_utf8 (winhttp_file->url.lpszUrlPath, -1, NULL, NULL, NULL); in g_winhttp_file_get_basename()
205 GWinHttpFile *winhttp_file = G_WINHTTP_FILE (file); in g_winhttp_file_get_uri() local
211 …if (!G_WINHTTP_VFS_GET_CLASS (winhttp_file->vfs)->funcs->pWinHttpCreateUrl (&winhttp_file->url, IC… in g_winhttp_file_get_uri()
217 …if (!G_WINHTTP_VFS_GET_CLASS (winhttp_file->vfs)->funcs->pWinHttpCreateUrl (&winhttp_file->url, IC… in g_winhttp_file_get_uri()
251 GWinHttpFile *winhttp_file; in g_winhttp_file_get_parent() local
256 winhttp_file = G_WINHTTP_FILE (file); in g_winhttp_file_get_parent()
274 parent = _g_winhttp_file_new (winhttp_file->vfs, uri); in g_winhttp_file_get_parent()
[all …]