OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:main_len
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/gio/tests/
unix-streams.c
119
gssize
main_len
, main_offset;
variable
138
main_len
= g_input_stream_read_finish (in, res, &err);
149
g_output_stream_write_async (out, main_buf,
main_len
,
171
g_assert_cmpint (nwrote, <=,
main_len
- main_offset);
174
if (main_offset ==
main_len
)
183
main_len
- main_offset,
Completed in 835 milliseconds