Searched refs:SR_BLOCK (Results 1 - 7 of 7) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dopensslstreamadapter.cc114 } else if (result == SR_BLOCK) {
130 } else if (result == SR_BLOCK) {
218 return SR_BLOCK;
251 return SR_BLOCK;
254 return SR_BLOCK;
276 return SR_BLOCK;
310 return SR_BLOCK;
314 return SR_BLOCK;
H A Dsocketstream.cc83 return SR_BLOCK;
102 return SR_BLOCK;
H A Dhttpbase.cc254 return (buffer_length_ >= size) ? SR_SUCCESS : SR_BLOCK;
278 return SR_BLOCK;
309 StreamResult result = SR_BLOCK;
539 case SR_BLOCK:
659 } else if (result == SR_BLOCK) {
703 } else if (result == SR_BLOCK) {
874 case SR_BLOCK:
H A Dstream.h56 enum StreamResult { SR_ERROR, SR_SUCCESS, SR_BLOCK, SR_EOS }; enumerator in enum:talk_base::StreamResult
62 // SE_READ: Data is available, so Read is likely to not return SR_BLOCK
63 // SE_WRITE: Data can be written, so Write is likely to not return SR_BLOCK
83 // SR_BLOCK: the stream is in non-blocking mode, and the operation would
101 // SS_OPENING and SR_BLOCK returned from stream member functions imply that
155 // would could cause SR_BLOCK to be returned. Returns true if all the data
706 // to sink. Alternately, if source returns SR_BLOCK or SR_ERROR, or if sink
707 // returns SR_BLOCK, SR_ERROR, or SR_EOS, then the function immediately returns
H A Dstream.cc763 return (state_ != SS_CLOSED) ? SR_BLOCK : SR_EOS;
794 return SR_BLOCK;
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.cc252 return SR_BLOCK;
269 return SR_BLOCK;
283 return SR_BLOCK;
291 return SR_BLOCK;
/external/chromium/third_party/libjingle/source/talk/examples/login/
H A Dxmppsocket.cc153 if (result == talk_base::SR_BLOCK)

Completed in 103 milliseconds