OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AdvanceTail
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/websockets/
websocket_inflater.h
77
// the area returned by this function and calling
AdvanceTail
.
80
void
AdvanceTail
(size_t advance);
websocket_inflater.cc
136
output_buffer_.
AdvanceTail
(tail.second - stream_->avail_out);
217
void WebSocketInflater::OutputBuffer::
AdvanceTail
(size_t advance) {
Completed in 50 milliseconds