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

  /external/webrtc/webrtc/base/
httpcommon.h 135 inline bool HttpCodeIsInformational(uint32_t code) {
httpclient.cc 734 } else if ((mode == HM_SEND) || HttpCodeIsInformational(response().scode)) {
httpcommon.cc 154 return !HttpCodeIsInformational(code)

Completed in 223 milliseconds