OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_maxpendingsendallowed
(Results
1 - 1
of
1
) sorted by null
/external/webkit/WebKit/chromium/src/
SocketStreamHandle.cpp
74
int
m_maxPendingSendAllowed
;
80
,
m_maxPendingSendAllowed
(0)
102
if (m_pendingAmountSent + len >=
m_maxPendingSendAllowed
)
103
len =
m_maxPendingSendAllowed
- m_pendingAmountSent - 1;
130
m_maxPendingSendAllowed
= maxPendingSendAllowed;
Completed in 24 milliseconds