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

  /external/chromium_org/net/websockets/
websocket_frame.h 111 // You need to look at |final_chunk| member variable to detect the end of a
134 bool final_chunk; member in struct:net::WebSocketFrameChunk
  /external/chromium_org/net/http/
http_network_transaction_unittest.cc 747 std::string final_chunk = "0\r\n\r\n"; local
749 std::string last_read = final_chunk + extra_data;
    [all...]

Completed in 508 milliseconds