Home
last modified time | relevance | path

Searched refs:lws_http_transaction_completed_client (Results 1 – 4 of 4) sorted by relevance

/external/libwebsockets/lib/roles/http/client/
Dclient-http.c501 lws_http_transaction_completed_client(struct lws *wsi) in lws_http_transaction_completed_client() function
1004 return !!lws_http_transaction_completed_client(wsi); in lws_client_interpret_server_handshake()
1371 if (lws_http_transaction_completed_client(wsi)) in lws_http_client_read()
1557 if (lws_http_transaction_completed_client(wsi)) { in lws_http_client_read()
/external/libwebsockets/lib/core-net/
DREADME.md35 and at the end arrives at `lws_http_transaction_completed_client()`. Here, it
Dprivate-lib-core-net.h1250 lws_http_transaction_completed_client(struct lws *wsi);
/external/libwebsockets/lib/roles/h2/
Dhttp2.c1747 if (lws_http_transaction_completed_client(h2n->swsi)) in lws_h2_parse_end_of_frame()
1860 if (lws_http_transaction_completed_client(h2n->swsi)) in lws_h2_parse_end_of_frame()