OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WR_SUCCESS
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h
53
enum WriteResult {
WR_SUCCESS
, WR_TOO_LARGE, WR_FAIL };
pseudotcp.cc
517
if ((wres != IPseudoTcpNotify::
WR_SUCCESS
) && (NULL != data))
527
return IPseudoTcpNotify::
WR_SUCCESS
;
911
if (wres == IPseudoTcpNotify::
WR_SUCCESS
)
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.cc
499
return IPseudoTcpNotify::
WR_SUCCESS
;
502
return IPseudoTcpNotify::
WR_SUCCESS
;
Completed in 53 milliseconds