Home
last modified time | relevance | path

Searched refs:InflateWithFlush (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/websockets/
Dwebsocket_inflater.cc78 int result = InflateWithFlush(data, size); in AddBytes()
107 int WebSocketInflater::InflateWithFlush(const char* next_in, size_t avail_in) { in InflateWithFlush() function in net::WebSocketInflater
149 return InflateWithFlush(NULL, 0); in InflateChokedInput()
155 result = InflateWithFlush(top.first, top.second); in InflateChokedInput()
Dwebsocket_inflater.h117 int InflateWithFlush(const char* next_in, size_t avail_in);