Home
last modified time | relevance | path

Searched refs:lws_buflist_total_len (Results 1 - 10 of 10) sorted by relevance

/third_party/libwebsockets/lib/system/
H A Dsystem.c73 return lws_buflist_total_len(&b->u.bl); in lws_system_blob_get_size()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
H A Dalexa.c185 if (lws_buflist_total_len(&m->dribble)) { in drain_end_cb()
200 while (lws_buflist_total_len(&m->dribble)) { in drain_end_cb()
/third_party/libwebsockets/lib/core/
H A Dbuflist.c162 lws_buflist_total_len(struct lws_buflist **head) in lws_buflist_total_len() function
/third_party/libwebsockets/lib/core-net/
H A Dservice.c697 if (!lws_buflist_total_len(&wsi->buflist)) { in lws_service_fd_tsi()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-misc.h92 * lws_buflist_total_len(): Get the total size of the buflist
99 lws_buflist_total_len(struct lws_buflist **head);
/third_party/libwebsockets/lib/misc/cache-ttl/
H A Dfile.c801 lws_buflist_total_len(&ctx->buflist), in nsc_get_cb()
/third_party/libwebsockets/lib/roles/h1/
H A Dops-h1.c640 !lws_buflist_total_len(&wsi->buflist)) in rops_handle_POLLIN_h1()
/third_party/libwebsockets/lib/roles/http/client/
H A Dclient-http.c368 if (lws_buflist_total_len(&wsi->buflist)) in lws_http_client_socket_service()
/third_party/libwebsockets/lib/secure-streams/protocols/
H A Dss-mqtt.c769 (uint32_t)lws_buflist_total_len(&h->u.mqtt.buflist_unacked); in secstream_mqtt()
/third_party/libwebsockets/lib/roles/ws/
H A Dops-ws.c1215 lws_buflist_total_len(&wsi->buflist)) in rops_handle_POLLIN_ws()

Completed in 11 milliseconds