Home
last modified time | relevance | path

Searched refs:_lws_generic_transaction_completed_active_conn (Results 1 – 5 of 5) sorted by relevance

/external/libwebsockets/lib/core-net/
DREADME.md36 calls through to the lws_mux `_lws_generic_transaction_completed_active_conn()`
Dvhost.c1504 _lws_generic_transaction_completed_active_conn(&w);
1558 _lws_generic_transaction_completed_active_conn(&w);
Dprivate-lib-core-net.h1384 _lws_generic_transaction_completed_active_conn(struct lws **wsi);
Dwsi.c764 _lws_generic_transaction_completed_active_conn(struct lws **_wsi) in _lws_generic_transaction_completed_active_conn() function
/external/libwebsockets/lib/roles/http/client/
Dclient-http.c512 n = _lws_generic_transaction_completed_active_conn(&wsi); in lws_http_transaction_completed_client()