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

  /external/chromium_org/net/quic/
quic_framer.h 482 bool AppendGoAwayFrame(const QuicGoAwayFrame& frame, QuicDataWriter* writer);
quic_framer.cc 399 if (!AppendGoAwayFrame(*frame.goaway_frame, &writer)) {
400 LOG(DFATAL) << "AppendGoAwayFrame failed";
    [all...]

Completed in 1083 milliseconds