OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SR_EOS
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
stream.h
56
enum StreamResult { SR_ERROR, SR_SUCCESS, SR_BLOCK,
SR_EOS
};
85
//
SR_EOS
: the end-of-stream has been reached, or the stream is in the
193
// Write will return
SR_EOS
/SR_ERROR at some point). Note that calling this
705
// end-of-stream (returns
SR_EOS
), and all the data has been written successful
707
// returns SR_BLOCK, SR_ERROR, or
SR_EOS
, then the function immediately returns
/external/chromium_org/third_party/libjingle/source/talk/base/
stream.h
58
enum StreamResult { SR_ERROR, SR_SUCCESS, SR_BLOCK,
SR_EOS
};
96
//
SR_EOS
: the end-of-stream has been reached, or the stream is in the
207
// Write will return
SR_EOS
/SR_ERROR at some point). Note that calling this
821
// end-of-stream (returns
SR_EOS
), and all the data has been written successful
823
// returns SR_BLOCK, SR_ERROR, or
SR_EOS
, then the function immediately returns
[
all
...]
Completed in 8015 milliseconds