OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GWinHttpVfs
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/glib/gio/win32/
gwinhttpfile.h
30
#include "
gwinhttpvfs
.h"
48
GWinHttpVfs
*vfs;
60
GFile * _g_winhttp_file_new (
GWinHttpVfs
*vfs, const char *uri);
gwinhttpvfs.h
40
#define G_WINHTTP_VFS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_WINHTTP_VFS,
GWinHttpVfs
))
46
typedef struct _GWinHttpVfs
GWinHttpVfs
;
96
gboolean _g_winhttp_response (
GWinHttpVfs
*vfs,
101
gboolean _g_winhttp_query_header (
GWinHttpVfs
*vfs,
gwinhttpvfs.c
34
#include "
gwinhttpvfs
.h"
84
G_DEFINE_TYPE_WITH_CODE (
GWinHttpVfs
, g_winhttp_vfs, G_TYPE_VFS,
99
GWinHttpVfs
*vfs;
114
g_winhttp_vfs_init (
GWinHttpVfs
*vfs)
123
wagent = g_utf8_to_utf16 ("
GWinHttpVfs
", -1, NULL, NULL, NULL);
157
GWinHttpVfs
*winhttp_vfs = G_WINHTTP_VFS (vfs);
173
GWinHttpVfs
*winhttp_vfs = G_WINHTTP_VFS (vfs);
205
GWinHttpVfs
*winhttp_vfs = G_WINHTTP_VFS (vfs);
329
_g_winhttp_response (
GWinHttpVfs
*vfs,
419
_g_winhttp_query_header (
GWinHttpVfs
*vfs
[
all
...]
gwinhttpfile.c
84
* @vfs:
GWinHttpVfs
to use
90
_g_winhttp_file_new (
GWinHttpVfs
*vfs,
Completed in 24 milliseconds