Lines Matching defs:ssi
423 lws_ss_info_t ssi;
427 memset(&ssi, 0, sizeof(ssi));
428 ssi.handle_offset = offsetof(myss_t, ss);
429 ssi.opaque_user_data_offset = offsetof(myss_t,
431 ssi.rx = myss_rx;
432 ssi.tx = myss_tx;
433 ssi.state = myss_state;
434 ssi.user_alloc = sizeof(myss_t);
435 ssi.streamtype = test_ots ? "mintest-ots" :
439 if (lws_ss_create(context, 0, &ssi, NULL, NULL,