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

  /external/chromium_org/net/tools/quic/
spdy_utils.h 26 static bool FillBalsaRequestHeaders(const SpdyHeaderBlock& header_block,
29 static bool FillBalsaResponseHeaders(const SpdyHeaderBlock& header_block,
spdy_utils.cc 177 const SpdyHeaderBlock& header_block,
181 BlockIt host_it = header_block.find(kV3Host);
182 BlockIt path_it = header_block.find(kV3Path);
183 BlockIt scheme_it = header_block.find(kV3Scheme);
184 BlockIt method_it = header_block.find(kV3Method);
185 BlockIt end_it = header_block.end();
197 BlockIt cl_it = header_block.find("content-length");
198 if (cl_it != header_block.end()) {
206 for (BlockIt it = header_block.begin(); it != header_block.end(); ++it)
    [all...]
quic_spdy_client_stream.cc 80 SpdyHeaderBlock header_block = local
86 header_block, send_fin_with_headers, NULL);
quic_spdy_server_stream.cc 132 SpdyHeaderBlock header_block = local
135 WriteHeaders(header_block, body.empty(), NULL);
  /external/chromium_org/net/quic/
quic_spdy_server_stream.cc 151 SpdyHeaderBlock header_block; local
154 &header_block);
156 WriteHeaders(header_block, body.empty(), NULL);
quic_data_stream.h 87 // Writes the headers contained in |header_block| to the dedicated
90 const SpdyHeaderBlock& header_block,
quic_data_stream.cc 47 const SpdyHeaderBlock& header_block,
51 id(), header_block, fin, ack_notifier_delegate);
  /external/chromium_org/net/spdy/
spdy_stream.h 480 scoped_ptr<SpdyHeaderBlock> header_block);
spdy_network_transaction_unittest.cc 3272 SpdyHeaderBlock header_block; local
    [all...]

Completed in 240 milliseconds