Searched refs:lws_context_user (Results 1 – 6 of 6) sorted by relevance
110 (int)(intptr_t)lws_context_user(lws_ss_get_context(m->ss)), in multi_myss_rx()161 (int)(intptr_t)lws_context_user(lws_ss_get_context(m->ss))); in multi_myss_tx()165 (int)(intptr_t)lws_context_user(lws_ss_get_context(m->ss))); in multi_myss_tx()170 (int)(intptr_t)lws_context_user(lws_ss_get_context(m->ss)), in multi_myss_tx()199 (int)(intptr_t)lws_context_user(lws_ss_get_context(m->ss))); in multi_myss_state()214 (int)(intptr_t)lws_context_user(lws_ss_get_context(m->ss)), in multi_myss_state()307 (int)(intptr_t)lws_context_user(*pctx)); in direct_smd_cb()309 if (lws_ss_create(*pctx, 0, lws_context_user(*pctx) ? in direct_smd_cb()
1216 lws_context_user(struct lws_context *context);
156 struct args *a = lws_context_user(context); in system_notify_cb()
224 struct args *a = lws_context_user(context); in system_notify_cb()
89 struct args *a = lws_context_user(cx); in try_connect()
264 lws_context_user(struct lws_context *context) in lws_context_user() function