Searched refs:isEOS (Results 1 – 8 of 8) sorted by relevance
/device/google/cuttlefish/host/frontend/gcastv2/https/ |
D | ClientSocket.cpp | 129 bool ClientSocket::handleRequest(bool isEOS) { in handleRequest() argument 132 mInBuffer.data(), mInBufferLen, isEOS); in handleRequest() 140 << isEOS; in handleRequest() 154 if (!isEOS) { in handleRequest() 175 mServer->handleSingleRequest(this, mInBuffer.data(), len, isEOS); in handleRequest()
|
D | HTTPClientConnection.cpp | 152 bool HTTPClientConnection::handleResponse(bool isEOS) { in handleResponse() argument 155 mInBuffer.data(), mInBufferLen, isEOS); in handleResponse() 167 if (!isEOS) { in handleResponse()
|
D | WebSocketHandler.cpp | 28 uint8_t *data, size_t size, bool isEOS) { in handleRequest() argument 29 (void)isEOS; in handleRequest()
|
D | HTTPServer.cpp | 70 bool isEOS) { in handleSingleRequest() argument 71 (void)isEOS; in handleSingleRequest()
|
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/ |
D | WebSocketHandler.h | 32 ssize_t handleRequest(uint8_t *data, size_t size, bool isEOS);
|
D | HTTPClientConnection.h | 68 bool handleResponse(bool isEOS);
|
D | ClientSocket.h | 76 bool handleRequest(bool isEOS);
|
D | HTTPServer.h | 53 ClientSocket *client, const uint8_t *data, size_t size, bool isEOS);
|