Lines Matching defs:ssi
230 lws_ss_info_t ssi;
234 memset(&ssi, 0, sizeof(ssi));
235 ssi.handle_offset = offsetof(myss_t, ss);
236 ssi.opaque_user_data_offset = offsetof(myss_t,
238 ssi.rx = myss_rx;
239 ssi.tx = myss_tx;
240 ssi.state = myss_state;
241 ssi.user_alloc = sizeof(myss_t);
242 ssi.streamtype = "mintest";
244 if (lws_ss_create(context, 0, &ssi, NULL, NULL,