Home
last modified time | relevance | path

Searched refs:something_left_to_send (Results 1 – 2 of 2) sorted by relevance

/external/libwebsockets/include/libwebsockets/
Dlws-client.h287 lws_client_http_body_pending(struct lws *wsi, int something_left_to_send);
/external/libwebsockets/lib/roles/http/client/
Dclient-http.c90 lws_client_http_body_pending(struct lws *wsi, int something_left_to_send) in lws_client_http_body_pending() argument
92 wsi->client_http_body_pending = !!something_left_to_send; in lws_client_http_body_pending()