Lines Matching defs:buflist
728 struct lws_buflist *buflist;
749 if (ctx->buflist)
787 * on a buflist and create it when we have it all
790 if (lws_buflist_append_segment(&ctx->buflist, (const uint8_t *)buf,
801 lws_buflist_total_len(&ctx->buflist),
806 /* dump the buflist into the L1 cache entry */
810 size_t len = lws_buflist_next_segment_len(&ctx->buflist, &p);
815 lws_buflist_use_segment(&ctx->buflist, len);
816 } while (ctx->buflist);
821 lws_buflist_destroy_all_segments(&ctx->buflist);
847 ctx.buflist = NULL;