HomeSort by relevance Sort by last modified time
    Searched refs:SR_BLOCK (Results 1 - 7 of 7) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.cc 114 } 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;
socketstream.cc 83 return SR_BLOCK;
102 return SR_BLOCK;
httpbase.cc 254 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:
stream.h 56 enum StreamResult { SR_ERROR, SR_SUCCESS, SR_BLOCK, SR_EOS };
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
stream.cc 763 return (state_ != SS_CLOSED) ? SR_BLOCK : SR_EOS;
794 return SR_BLOCK;
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc 252 return SR_BLOCK;
269 return SR_BLOCK;
283 return SR_BLOCK;
291 return SR_BLOCK;
  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmppsocket.cc 153 if (result == talk_base::SR_BLOCK)

Completed in 197 milliseconds