Searched defs:websocket (Results 1 – 5 of 5) sorted by relevance
67 struct websocket { struct68 struct Curl_easy *data; /* used for write callback handling */69 struct ws_decoder dec; /* decode of we frames */70 struct ws_encoder enc; /* decode of we frames */71 struct bufq recvbuf; /* raw data from the server */72 struct bufq sendbuf; /* raw data to be sent to the server */73 struct curl_ws_frame frame; /* the current WS FRAME received */
35 async def echo(websocket): argument
41 static void websocket(CURL *curl) in websocket() function
94 static void websocket(CURL *curl) in websocket() function
93 static void websocket(CURL *curl) in websocket() function
Completed in 6 milliseconds