OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GInputStream
(Results
26 - 34
of
34
) sorted by null
1
2
/external/bluetooth/glib/gio/
gfileicon.c
30
#include "
ginputstream
.h"
269
static
GInputStream
*
358
static
GInputStream
*
goutputstream.c
28
#include "
ginputstream
.h"
59
GInputStream
*source,
74
GInputStream
*source,
346
* @source: a #
GInputStream
.
358
GInputStream
*source,
397
GInputStream
*source,
717
GInputStream
*source;
743
* @source: a #
GInputStream
.
760
GInputStream
*source,
[
all
...]
gfile.c
58
* file content I/O is implemented as streaming operations (see #
GInputStream
and
[
all
...]
gdatainputstream.c
39
* @see_also: #
GInputStream
41
* Data input stream implements #
GInputStream
and includes functions for
184
* @base_stream: a #
GInputStream
.
191
g_data_input_stream_new (
GInputStream
*base_stream)
[
all
...]
/external/bluetooth/glib/gio/tests/
filter-streams.c
20
GInputStream
*base, *f1, *f2;
102
GInputStream
*base, *f1, *f2;
sleepy-stream.c
75
GInputStream
parent_instance;
89
sleepy_stream_read (
GInputStream
*stream,
/external/webkit/Source/WebCore/platform/network/soup/
SocketStreamHandleSoup.cpp
52
static void readReadyCallback(
GInputStream
*, GAsyncResult*, void*);
254
static void readReadyCallback(
GInputStream
* stream, GAsyncResult* result, void* id)
ResourceHandleSoup.cpp
426
GInputStream
* in = soup_request_send_finish(d->m_soupRequest.get(), res, &error.outPtr());
/external/webkit/Source/WebCore/platform/network/
ResourceHandleInternal.h
192
GRefPtr<
GInputStream
> m_inputStream;
Completed in 1600 milliseconds
1
2