Home
last modified time | relevance | path

Searched refs:websocket (Results 1 – 18 of 18) sorted by relevance

/curl/tests/http/testenv/
H A Dws_echo_server.py36 async def echo(websocket): argument
38 async for message in websocket:
39 await websocket.send(message)
/curl/tests/data/
H A Dtest230414 Upgrade: websocket
56 User-Agent: websocket/2304
58 Upgrade: websocket
H A Dtest230014 Upgrade: websocket
52 Upgrade: websocket
H A Dtest230114 Upgrade: websocket
57 Upgrade: websocket
H A Dtest230714 Upgrade: websocket
59 Upgrade: websocket
H A Dtest230214 Upgrade: websocket
58 Upgrade: websocket
H A Dtest230348 Upgrade: websocket
H A Dtest230514 Upgrade: websocket
/curl/tests/libtest/
H A Dlib2305.c41 static void websocket(CURL *curl) in websocket() function
98 websocket(curl); in test()
H A Dlib2304.c94 static void websocket(CURL *curl) in websocket() function
131 websocket(curl); in test()
H A Dlib2301.c78 static void websocket(CURL *curl)
143 websocket(curl); in test()
/curl/docs/examples/
H A Dwebsocket.c93 static void websocket(CURL *curl) in websocket() function
127 websocket(curl); in main()
H A D.gitignore118 websocket
119 websocket-cb
H A DMakefile.inc135 websocket \
136 websocket-cb
/curl/lib/
H A Dws.h67 struct websocket { struct
H A Dws.c140 static CURLcode ws_send_raw_blocking(CURL *data, struct websocket *ws,
347 static void update_meta(struct websocket *ws, in update_meta()
384 struct websocket *ws;
398 struct websocket *ws = ctx->ws; in ws_cw_dec_next()
430 struct websocket *ws; in ws_cw_write()
756 struct websocket *ws; in Curl_ws_accept()
932 struct websocket *ws; in curl_ws_recv()
1011 static CURLcode ws_flush(struct Curl_easy *data, struct websocket *ws, in ws_flush()
1050 static CURLcode ws_send_raw_blocking(CURL *data, struct websocket *ws, in ws_send_raw_blocking()
1094 struct websocket *ws = data->conn->proto.ws; in ws_send_raw()
[all …]
H A Durldata.h955 struct websocket *ws;
/curl/.github/
H A Dlabeler.yml513 docs/examples/websocket*,\

Completed in 38 milliseconds