Lines Matching defs:ssi
462 lws_ss_info_t ssi;
466 memset(&ssi, 0, sizeof(ssi));
467 ssi.handle_offset = offsetof(myss_t, ss);
468 ssi.opaque_user_data_offset = offsetof(myss_t,
470 ssi.rx = myss_rx;
471 ssi.tx = myss_tx;
472 ssi.state = myss_state;
474 ssi.dump = myss_headers_dump;
476 ssi.user_alloc = sizeof(myss_t);
477 ssi.streamtype = test_ots ? "mintest-ots" :
482 if (lws_ss_create(context, 0, &ssi, NULL, NULL,