Lines Matching defs:ssi
366 lws_ss_info_t ssi;
370 memset(&ssi, 0, sizeof(ssi));
371 ssi.handle_offset = offsetof(myss_t, ss);
372 ssi.opaque_user_data_offset = offsetof(myss_t,
374 ssi.rx = myss_rx;
375 ssi.tx = myss_tx;
376 ssi.state = myss_state;
377 ssi.user_alloc = sizeof(myss_t);
378 ssi.streamtype = test_respmap ? "respmap" : streamtype;
380 if (lws_ss_create(context, 0, &ssi, NULL, NULL,