OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:winhttp_stream
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/gio/win32/
gwinhttpfileinputstream.c
67
GWinHttpFileInputStream *
winhttp_stream
;
local
69
winhttp_stream
= G_WINHTTP_FILE_INPUT_STREAM (object);
71
if (
winhttp_stream
->request != NULL)
72
G_WINHTTP_VFS_GET_CLASS (
winhttp_stream
->file->vfs)->funcs->pWinHttpCloseHandle (
winhttp_stream
->request);
73
if (
winhttp_stream
->connection != NULL)
74
G_WINHTTP_VFS_GET_CLASS (
winhttp_stream
->file->vfs)->funcs->pWinHttpCloseHandle (
winhttp_stream
->connection);
76
g_object_unref (
winhttp_stream
->file);
77
winhttp_stream
->file = NULL
131
GWinHttpFileInputStream *
winhttp_stream
= G_WINHTTP_FILE_INPUT_STREAM (stream);
local
173
GWinHttpFileInputStream *
winhttp_stream
= G_WINHTTP_FILE_INPUT_STREAM (stream);
local
[
all
...]
gwinhttpfileoutputstream.c
62
GWinHttpFileOutputStream *
winhttp_stream
;
local
64
winhttp_stream
= G_WINHTTP_FILE_OUTPUT_STREAM (object);
66
if (
winhttp_stream
->connection != NULL)
67
G_WINHTTP_VFS_GET_CLASS (
winhttp_stream
->file->vfs)->funcs->pWinHttpCloseHandle (
winhttp_stream
->connection);
118
GWinHttpFileOutputStream *
winhttp_stream
= G_WINHTTP_FILE_OUTPUT_STREAM (stream);
local
124
request = G_WINHTTP_VFS_GET_CLASS (
winhttp_stream
->file->vfs)->funcs->pWinHttpOpenRequest
125
(
winhttp_stream
->connection,
127
winhttp_stream
->file->url.lpszUrlPath,
131
winhttp_stream
->file->url.nScheme == INTERNET_SCHEME_HTTPS ? WINHTTP_FLAG_SECURE : 0)
[
all
...]
Completed in 30 milliseconds