Lines Matching defs:ssi
150 lws_ss_info_t ssi;
154 memset(&ssi, 0, sizeof(ssi));
155 ssi.handle_offset = offsetof(myss_t, ss);
156 ssi.opaque_user_data_offset = offsetof(myss_t,
158 ssi.rx = myss_rx;
159 ssi.tx = myss_tx;
160 ssi.state = myss_state;
161 ssi.user_alloc = sizeof(myss_t);
162 ssi.streamtype = "mintest";
164 if (lws_ss_create(context, 0, &ssi, NULL, NULL,