Lines Matching defs:ssi
234 lws_ss_info_t ssi;
246 memset(&ssi, 0, sizeof(ssi));
247 ssi.handle_offset = offsetof(myss_t, ss);
248 ssi.opaque_user_data_offset = offsetof(myss_t, opaque_data);
249 ssi.rx = myss_rx;
250 ssi.tx = myss_tx;
251 ssi.state = myss_state;
252 ssi.user_alloc = sizeof(myss_t);
256 ssi.streamtype = "mintest-fail";
260 ssi.streamtype = "minpost";
263 ssi.streamtype = "mintest";
265 if (lws_ss_create(lws_seq_get_context(seq), 0, &ssi, NULL,