Searched refs:websocket (Results 1 – 18 of 18) sorted by relevance
35 async def echo(websocket): argument37 async for message in websocket:38 await websocket.send(message)
14 Upgrade: websocket56 User-Agent: websocket/230458 Upgrade: websocket
14 Upgrade: websocket52 Upgrade: websocket
14 Upgrade: websocket57 Upgrade: websocket
14 Upgrade: websocket59 Upgrade: websocket
14 Upgrade: websocket58 Upgrade: websocket
48 Upgrade: websocket
14 Upgrade: websocket
41 static void websocket(CURL *curl) in websocket() function98 websocket(curl); in test()
94 static void websocket(CURL *curl) in websocket() function131 websocket(curl); in test()
78 static void websocket(CURL *curl)143 websocket(curl); in test()
93 static void websocket(CURL *curl) in websocket() function127 websocket(curl); in main()
118 websocket119 websocket-cb
135 websocket \136 websocket-cb
67 struct websocket { struct
140 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()933 struct websocket *ws; in curl_ws_recv()1013 static CURLcode ws_flush(struct Curl_easy *data, struct websocket *ws, in ws_flush()1052 static CURLcode ws_send_raw_blocking(CURL *d, struct websocket *ws, in ws_send_raw_blocking()1097 struct websocket *ws = data->conn->proto.ws; in ws_send_raw()[all …]
957 struct websocket *ws;
510 docs/examples/websocket*,\
Completed in 31 milliseconds