Lines Matching defs:context
156 wsi->a.context->options,
420 * supposed to default to context->pt_serv_buf_size
423 wsi->ws->rx_ubuf_head != wsi->a.context->pt_serv_buf_size)
448 if (lws_check_opt(wsi->a.context->options,
766 struct lws_context_per_thread *pt = &wsi->a.context->pt[(int)wsi->tsi];
783 struct lws_context_per_thread *pt = &wsi->a.context->pt[(int)wsi->tsi];
793 /* remove us from context draining ext list */
840 n = (int)wsi->a.context->pt_serv_buf_size;
1125 ebuf.len = (int)wsi->a.context->pt_serv_buf_size;
1127 if ((unsigned int)ebuf.len > wsi->a.context->pt_serv_buf_size)
1128 ebuf.len = (int)wsi->a.context->pt_serv_buf_size;
1224 pending = pending > wsi->a.context->pt_serv_buf_size ?
1225 wsi->a.context->pt_serv_buf_size : pending;
1467 rops_service_flag_pending_ws(struct lws_context *context, int tsi)
1470 struct lws_context_per_thread *pt = &context->pt[tsi];
1540 /* remove us from context draining ext list */
1555 /* remove us from context draining ext list */
1584 struct lws_context_per_thread *pt = &wsi->a.context->pt[(int)wsi->tsi];
1602 /* remove us from context draining ext list */
1968 if (vh->context->plugin_extension_count) {
1979 (unsigned int)(m + vh->context->plugin_extension_count + 1),
1986 plugin = vh->context->plugin_list;
2011 if (vh->context->plugin_extension_count)