Home
last modified time | relevance | path

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

/third_party/glib/gio/win32/
Dgwinhttpfile.h58 GFile * _g_winhttp_file_new (GWinHttpVfs *vfs, const char *uri);
Dgwinhttpfile.c87 _g_winhttp_file_new (GWinHttpVfs *vfs, in _g_winhttp_file_new() function
274 parent = _g_winhttp_file_new (winhttp_file->vfs, uri); in g_winhttp_file_get_parent()
285 GFile *retval = _g_winhttp_file_new (winhttp_file->vfs, uri); in g_winhttp_file_dup()
Dgwinhttpvfs.c177 ret = _g_winhttp_file_new (winhttp_vfs, uri); in g_winhttp_vfs_get_file_for_uri()