OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SR_SUCCESS
(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 };
76
// on
SR_SUCCESS
(see below). Likewise, error is only set on SR_ERROR.
81
//
SR_SUCCESS
: some number of bytes were successfully written, which is
207
// data is written, or something other than
SR_SUCCESS
is returned. Note that
209
// on results other than
SR_SUCCESS
. The remaining arguments have the
215
// until a non-
SR_SUCCESS
result is returned. 'read' is always set.
220
// the end-of-line character, or something other than
SR_SUCCESS
.
704
// buffer_len. The function returns
SR_SUCCESS
when source reaches
/external/chromium_org/third_party/libjingle/source/talk/base/
stream.h
58
enum StreamResult { SR_ERROR,
SR_SUCCESS
, SR_BLOCK, SR_EOS };
87
// on
SR_SUCCESS
(see below). Likewise, error is only set on SR_ERROR.
92
//
SR_SUCCESS
: some number of bytes were successfully written, which is
221
// data is written, or something other than
SR_SUCCESS
is returned. Note that
223
// on results other than
SR_SUCCESS
. The remaining arguments have the
229
// until a non-
SR_SUCCESS
result is returned. 'read' is always set.
234
// the end-of-line character, or something other than
SR_SUCCESS
.
820
// buffer_len. The function returns
SR_SUCCESS
when source reaches
[
all
...]
Completed in 42 milliseconds