Searched defs:websocket (Results 1 – 12 of 12) sorted by relevance
41 struct websocket { struct47 websocket frame uses */ argument48 struct curl_ws_frame frame; /* the struct used for frame state */49 size_t stillblen; /* number of bytes left in the buffer to deliver in51 const char *stillb; /* the stillblen pending bytes are here */52 curl_off_t sleft; /* outstanding number of payload bytes left to send */53 unsigned int xori; /* xor index */
134 base::HttpServerConnection* websocket = GetWebsocket(sock); in OnDataAvailable() local149 void WSBridge::OnHttpConnectionClosed(base::HttpServerConnection* websocket) { in OnHttpConnectionClosed()160 base::HttpServerConnection* websocket = GetWebsocket(sock); in OnDisconnect() local
108 private websocket: WebSocket, property in WebsocketConnection238 const websocket = new WebSocket(websocketUrl); constant
36 private websocket: WebSocket; property in HostOsTarget
100 async def serve(websocket, _path): argument
365 async def serve(websocket, _path): argument
40 static void websocket(CURL *curl) in websocket() function
80 static void websocket(CURL *curl) in websocket() function
30 private websocket: WebSocket; property in HostOsByteStream
89 private websocket: WebSocket; property in AdbOverWebsocketStream
68 def __init__(self, room, websocket): argument231 async def serve(self, websocket, path): argument
192 async def _send_logs_over_websockets(self, websocket, _path) -> None: argument