Searched defs:status_raw (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_framer.cc1899 uint32 status_raw = GOAWAY_OK; local
1900 successful_read = reader.ReadUInt32(&status_raw);
1903 status_raw)) {
1905 status_raw);
1966 uint32 status_raw = status; local
1967 bool successful_read = reader.ReadUInt32(&status_raw);
1970 status_raw)) {
1971 status = static_cast<SpdyRstStreamStatus>(status_raw);

Completed in 40 milliseconds