Home
last modified time | relevance | path

Searched refs:socket_lm (Results 1 - 2 of 2) sorted by relevance

/third_party/libwebsockets/test-apps/
H A Dtest.js354 var socket_lm; variable
358 socket_lm.send(pending);
395 socket_lm.send(pending);
417 socket_lm = new_ws(get_appropriate_ws_url("?mirror=" + mirror_name),
420 socket_lm.onopen = function() {
425 san(socket_lm.extensions);
429 socket_lm.onmessage =function got_packet(msg) {
452 socket_lm.onclose = function(){
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/
H A Dtest.js354 var socket_lm; variable
358 socket_lm.send(pending);
395 socket_lm.send(pending);
417 socket_lm = new_ws(get_appropriate_ws_url("?mirror=" + mirror_name),
420 socket_lm.onopen = function() {
425 san(socket_lm.extensions);
429 socket_lm.onmessage =function got_packet(msg) {
452 socket_lm.onclose = function(){

Completed in 3 milliseconds