Home
last modified time | relevance | path

Searched defs:websocket (Results 1 – 8 of 8) sorted by relevance

/third_party/curl/lib/
Dws.h67 struct websocket { struct
68 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 */
/third_party/curl/tests/libtest/
Dlib2305.c40 static void websocket(CURL *curl) in websocket() function
Dlib2304.c94 static void websocket(CURL *curl) in websocket() function
/third_party/curl/docs/examples/
Dwebsocket.c90 static void websocket(CURL *curl) in websocket() function
/third_party/node/deps/undici/src/lib/websocket/
Dconnection.js263 websocket: ws, property
/third_party/nghttp2/integration-tests/
Dserver_tester.go358 func (st *serverTester) websocket(rp requestParam) *serverResponse { func
/third_party/node/test/fixtures/wpt/common/security-features/resources/
Dcommon.sub.js915 "websocket": { property
/third_party/node/deps/undici/
Dundici.js10648 websocket: ws, property