Lines Matching defs:ssi
54 lws_ss_info_t ssi;
57 memset(&ssi, 0, sizeof(ssi));
71 ssi.handle_offset = offsetof(lssPriv, lssPriv::m_ss);
72 ssi.opaque_user_data_offset = offsetof(lssPriv, lssPriv::m_plss);
74 ssi.user_alloc = sizeof(lssPriv);
75 ssi.rx = rx;
76 ssi.tx = tx;
77 ssi.state = state;
78 ssi.policy = &pol; /* we will provide our own policy */
122 if (lws_ss_create(ctx, 0, &ssi, (void *)this, &m_ss, NULL, NULL))