Lines Matching defs:context
33 struct lws_context *context = wsi->a.context;
34 struct lws_context_per_thread *pt = &context->pt[(int)wsi->tsi];
56 if (lws_hdr_copy(wsi, (char *)pt->serv_buf, (int)context->pt_serv_buf_size,
160 /* allow him to construct his context */
257 struct lws_context_per_thread *pt = &wsi->a.context->pt[(int)wsi->tsi];
397 if (handshake_0405(wsi->a.context, wsi)) {
638 handshake_0405(struct lws_context *context, struct lws *wsi)
640 struct lws_context_per_thread *pt = &context->pt[(int)wsi->tsi];
671 (char *)pt->serv_buf, (int)context->pt_serv_buf_size);
747 context->pt_serv_buf_size, p);
830 avail = wsi->a.context->pt_serv_buf_size;