Searched refs:ws (Results 1 – 23 of 23) sorted by relevance
/curl/lib/ |
H A D | ws.c | 398 struct websocket *ws = ctx->ws; in ws_cw_dec_next() local 436 ws = data->conn->proto.ws; in ws_cw_write() 437 if(!ws) { in ws_cw_write() 455 pass_ctx.ws = ws; in ws_cw_write() 761 ws = data->conn->proto.ws; in Curl_ws_accept() 764 ws = calloc(1, sizeof(*ws)); in Curl_ws_accept() 767 data->conn->proto.ws = ws; in Curl_ws_accept() 818 ws->enc.mask[0], ws->enc.mask[1], ws->enc.mask[2], ws->enc.mask[3]); in Curl_ws_accept() 952 ws = conn->proto.ws; in curl_ws_recv() 1097 struct websocket *ws = data->conn->proto.ws; in ws_send_raw() local [all …]
|
H A D | Makefile.inc | 239 ws.c 374 ws.h
|
H A D | urldata.h | 957 struct websocket *ws; member
|
/curl/tests/http/clients/ |
H A D | Makefile.inc | 34 ws-data \ 35 ws-pingpong
|
H A D | .gitignore | 8 ws-data 9 ws-pingpong
|
/curl/tests/data/ |
H A D | test2303 | 26 ws 38 ws://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
H A D | test2300 | 31 ws 40 ws://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
H A D | test2301 | 33 ws 45 ws://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
H A D | test2307 | 33 ws 46 ws://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
H A D | test2305 | 35 ws 47 ws://%HOSTIP:%HTTPPORT/%TESTNUMBER %LOGDIR/save%TESTNUMBER
|
H A D | test2302 | 33 ws 45 ws://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
H A D | test2304 | 33 ws 45 ws://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
/curl/docs/libcurl/ |
H A D | Makefile.inc | 124 libcurl-ws.3 \
|
H A D | libcurl-ws.md | 4 Title: libcurl-ws 22 libcurl-ws - WebSocket interface overview
|
H A D | curl_ws_recv.md | 12 - libcurl-ws (3)
|
H A D | curl_ws_send.md | 12 - libcurl-ws (3)
|
H A D | curl_ws_meta.md | 12 - libcurl-ws (3)
|
H A D | libcurl-env.md | 38 An exception exists for the WebSocket **ws** and **wss** URL schemes, where
|
H A D | curl_global_trace.md | 116 ## `ws`
|
H A D | libcurl.md | 26 libcurl-url(3), libcurl-ws(3) and libcurl-tutorial(3) for 94 See libcurl-ws(3)
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_WS_OPTIONS.md | 61 curl_easy_setopt(curl, CURLOPT_URL, "ws://example.com/");
|
/curl/.github/ |
H A D | labeler.yml | 512 docs/libcurl/libcurl-ws*,\ 515 lib/ws.*,\ 516 tests/http/clients/ws*,\ 518 tests/http/testenv/ws*\
|
/curl/.github/scripts/ |
H A D | spellcheck.words | 953 ws
|
Completed in 138 milliseconds