OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HM_SEND
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
httpserver.cc
181
bool request_in_progress = (
HM_SEND
== base_.mode()) || (NULL == current_);
209
if (mode ==
HM_SEND
) {
230
} else if (mode ==
HM_SEND
) {
httpbase.h
91
enum HttpMode { HM_NONE, HM_CONNECT, HM_RECV,
HM_SEND
};
httpbase.cc
428
mode_ =
HM_SEND
;
605
ASSERT(
HM_SEND
== mode_);
725
ASSERT(
HM_SEND
== mode_);
779
if ((events & SE_WRITE) && (mode_ ==
HM_SEND
)) {
814
if ((events & SE_READ) && (mode_ ==
HM_SEND
)) {
httpbase_unittest.cc
331
VerifyTransferComplete(
HM_SEND
, HE_NONE);
343
VerifyTransferComplete(
HM_SEND
, HE_NONE);
378
VerifyTransferComplete(
HM_SEND
, HE_DISCONNECTED);
httpclient.cc
748
} else if ((mode ==
HM_SEND
) || HttpCodeIsInformational(response().scode)) {
/external/chromium/third_party/libjingle/source/talk/base/
httpbase.h
91
enum HttpMode { HM_NONE, HM_CONNECT, HM_RECV,
HM_SEND
};
httpbase.cc
424
mode_ =
HM_SEND
;
601
ASSERT(
HM_SEND
== mode_);
721
ASSERT(
HM_SEND
== mode_);
775
if ((events & SE_WRITE) && (mode_ ==
HM_SEND
)) {
810
if ((events & SE_READ) && (mode_ ==
HM_SEND
)) {
httpclient.cc
715
} else if ((mode ==
HM_SEND
) || HttpCodeIsInformational(response().scode)) {
Completed in 135 milliseconds