HomeSort by relevance Sort by last modified time
    Searched full:winhttp_vfs (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/gio/win32/
gwinhttpvfs.c 157 GWinHttpVfs *winhttp_vfs = G_WINHTTP_VFS (vfs); local
164 return _g_winhttp_file_new (winhttp_vfs, uri);
167 return g_vfs_parse_name (winhttp_vfs->wrapped_vfs, uri);
173 GWinHttpVfs *winhttp_vfs = G_WINHTTP_VFS (vfs); local
174 const gchar * const *wrapped_vfs_uri_schemes = g_vfs_get_supported_uri_schemes (winhttp_vfs->wrapped_vfs);
205 GWinHttpVfs *winhttp_vfs = G_WINHTTP_VFS (vfs); local
212 return g_vfs_parse_name (winhttp_vfs->wrapped_vfs, parse_name);

Completed in 21 milliseconds