Searched defs:websocket (Results 1 – 8 of 8) 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 */
40 static void websocket(CURL *curl) in websocket() function
94 static void websocket(CURL *curl) in websocket() function
90 static void websocket(CURL *curl) in websocket() function
263 websocket: ws, property
358 func (st *serverTester) websocket(rp requestParam) *serverResponse { func
915 "websocket": { property
10648 websocket: ws, property