/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/mount-origin/ |
D | example.js | 28 function new_ws(urlpath, protocol) function 35 var subscriber_ws = new_ws(get_appropriate_ws_url(""), "lws-minimal-broker"); 55 var publisher_ws = new_ws(get_appropriate_ws_url("/publisher"), "lws-minimal-broker");
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-bulk/mount-origin/ |
D | example.js | 28 function new_ws(urlpath, protocol) function 35 var ws = new_ws(get_appropriate_ws_url(""), "lws-minimal-pmd-bulk");
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/mount-origin/ |
D | example.js | 29 function new_ws(urlpath, protocol) function 36 var ws = new_ws(get_appropriate_ws_url(""), "lws-minimal");
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/mount-origin/ |
D | example.js | 27 function new_ws(urlpath, protocol) function 34 var ws = new_ws(get_appropriate_ws_url(""), "lws-minimal");
|
/third_party/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/mount-origin/ |
D | example.js | 29 function new_ws(urlpath, protocol) function 36 var ws = new_ws(get_appropriate_ws_url(""), "lws-minimal-proxy");
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-raw-proxy/mount-origin/ |
D | example.js | 28 function new_ws(urlpath, protocol) function 35 var ws = new_ws(get_appropriate_ws_url(""), "lws-ws-raw-ws");
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-timer/mount-origin/ |
D | example.js | 28 function new_ws(urlpath, protocol) function 35 var ws = new_ws(get_appropriate_ws_url(""), "timer");
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/mount-origin/ |
D | example.js | 29 function new_ws(urlpath, protocol) function 36 var ws = new_ws(get_appropriate_ws_url(""), "lws-minimal");
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/mount-origin/ |
D | example.js | 29 function new_ws(urlpath, protocol) function 36 var ws = new_ws(get_appropriate_ws_url(""), "lws-minimal");
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server/mount-origin/ |
D | example.js | 28 function new_ws(urlpath, protocol) function 35 var ws = new_ws(get_appropriate_ws_url(""), "lws-minimal");
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd/mount-origin/ |
D | example.js | 28 function new_ws(urlpath, protocol) function 35 var ws = new_ws(get_appropriate_ws_url(""), "lws-minimal");
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/mount-origin/ |
D | example.js | 29 function new_ws(urlpath, protocol) function 40 var ws = new_ws(get_appropriate_ws_url(""), "lws-minimal");
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-corner/mount-origin/ |
D | example.js | 28 function new_ws(urlpath, protocol) function 37 ws[n] = new_ws(get_appropriate_ws_url("/" + (n + 1)), "lws-minimal");
|
/third_party/libwebsockets/test-apps/ |
D | test.js | 207 socket_di = new_ws(get_appropriate_ws_url(""), "dumb-increment-protocol"); 238 socket_status = new_ws(get_appropriate_ws_url(""), "lws-status"); 312 socket_ot = new_ws(get_appropriate_ws_url(""), "dumb-increment-protocol"); 417 socket_lm = new_ws(get_appropriate_ws_url("?mirror=" + mirror_name),
|
D | lws-common.js | 114 function new_ws(urlpath, protocol) function
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/ |
D | test.js | 207 socket_di = new_ws(get_appropriate_ws_url(""), "dumb-increment-protocol"); 238 socket_status = new_ws(get_appropriate_ws_url(""), "lws-status"); 312 socket_ot = new_ws(get_appropriate_ws_url(""), "dumb-increment-protocol"); 417 socket_lm = new_ws(get_appropriate_ws_url("?mirror=" + mirror_name),
|
D | lws-common.js | 114 function new_ws(urlpath, protocol) function
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/mount-origin/ |
D | deaddrop.js | 211 function new_ws(urlpath, protocol) function 232 ws = new_ws(get_appropriate_ws_url(""), "lws-deaddrop");
|
/third_party/libwebsockets/plugins/deaddrop/assets/ |
D | deaddrop.js | 211 function new_ws(urlpath, protocol) function 232 ws = new_ws(get_appropriate_ws_url(""), "lws-deaddrop");
|