Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/win32/
Dgwinhttpvfs.h40 …VFS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_WINHTTP_VFS, GWinHttpVfs))
46 typedef struct _GWinHttpVfs GWinHttpVfs; typedef
96 gboolean _g_winhttp_response (GWinHttpVfs *vfs,
101 gboolean _g_winhttp_query_header (GWinHttpVfs *vfs,
Dgwinhttpvfs.c84 G_DEFINE_TYPE_WITH_CODE (GWinHttpVfs, g_winhttp_vfs, G_TYPE_VFS,
99 GWinHttpVfs *vfs; in g_winhttp_vfs_finalize()
114 g_winhttp_vfs_init (GWinHttpVfs *vfs) in g_winhttp_vfs_init()
157 GWinHttpVfs *winhttp_vfs = G_WINHTTP_VFS (vfs); in g_winhttp_vfs_get_file_for_uri()
173 GWinHttpVfs *winhttp_vfs = G_WINHTTP_VFS (vfs); in g_winhttp_vfs_get_supported_uri_schemes()
205 GWinHttpVfs *winhttp_vfs = G_WINHTTP_VFS (vfs); in g_winhttp_vfs_parse_name()
329 _g_winhttp_response (GWinHttpVfs *vfs, in _g_winhttp_response()
419 _g_winhttp_query_header (GWinHttpVfs *vfs, in _g_winhttp_query_header()
Dgwinhttpfile.h48 GWinHttpVfs *vfs;
60 GFile * _g_winhttp_file_new (GWinHttpVfs *vfs, const char *uri);
Dgwinhttpfile.c90 _g_winhttp_file_new (GWinHttpVfs *vfs, in _g_winhttp_file_new()
/external/bluetooth/glib/
DChangeLog.pre-2-18329 * NEWS: mention GWinHttpVfs.
/external/bluetooth/glib/gio/
DChangeLog1076 GWinHttpVfs and related classes, a GVfs for HTTP and HTTPS URIs on