Home
last modified time | relevance | path

Searched refs:SPDY_ZLIB_INIT_FAILURE (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/spdy/
Dspdy_framer.h356 SPDY_ZLIB_INIT_FAILURE, // The Zlib library could not initialize. enumerator
Dspdy_session.cc313 case SpdyFramer::SPDY_ZLIB_INIT_FAILURE: in MapFramerErrorToProtocolError()
345 case SpdyFramer::SPDY_ZLIB_INIT_FAILURE: in MapFramerErrorToNetError()
Dspdy_framer.cc427 case SPDY_ZLIB_INIT_FAILURE: in ErrorCodeToString()
Dspdy_framer_test.cc4384 SpdyFramer::SPDY_ZLIB_INIT_FAILURE)); in TEST_P()