Lines Matching defs:ssi
429 lws_ss_info_t ssi;
433 memset(&ssi, 0, sizeof(ssi));
434 ssi.handle_offset = offsetof(myss_t, ss);
435 ssi.opaque_user_data_offset = offsetof(myss_t,
437 ssi.rx = myss_rx;
438 ssi.tx = myss_tx;
439 ssi.state = myss_state;
440 ssi.user_alloc = sizeof(myss_t);
441 ssi.streamtype = "minpost";
443 if (lws_ss_create(context, 0, &ssi, NULL, NULL,