OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_output_stream_write
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/glib/gio/
goutputstream.h
138
gssize
g_output_stream_write
(GOutputStream *stream,
gfilteroutputstream.c
298
nwritten =
g_output_stream_write
(filter_stream->base_stream,
gio.symbols
593
g_output_stream_write
goutputstream.c
39
* GOutputStream has functions to write to a stream (
g_output_stream_write
()),
154
*
g_output_stream_write
:
184
g_output_stream_write
(GOutputStream *stream,
function
244
* This function is similar to
g_output_stream_write
(), except it tries to
273
res =
g_output_stream_write
(stream, (char *)buffer + _bytes_written, count - _bytes_written,
621
*
g_output_stream_write
().
[
all
...]
gfile.c
[
all
...]
/external/bluetooth/glib/gio/tests/
unix-streams.c
53
nwrote =
g_output_stream_write
(out, DATA + offset,
Completed in 127 milliseconds