Home
last modified time | relevance | path

Searched defs:pwsi (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/lib/roles/http/
Dparsers.c165 struct lws **pwsi = &pt->http.ah_wait_list; in _lws_header_ensure_we_are_on_waiting_list() local
187 struct lws **pwsi =&pt->http.ah_wait_list; in __lws_remove_from_ah_waiting_list() local
312 struct lws **pwsi, **pwsi_eligible; in __lws_header_table_detach() local
/third_party/libwebsockets/lib/core-net/
Dclose.c274 struct lws **pwsi; in lws_remove_child_from_any_parent() local
/third_party/libwebsockets/include/libwebsockets/
Dlws-client.h147 struct lws **pwsi; member
Dlws-metrics.h240 #define lws_metrics_caliper_report_hist(_name, pwsi) if (_name.mt) { \ argument
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c1591 lws_client_reset(struct lws **pwsi, int ssl, const char *address, int port, in lws_client_reset()
/third_party/libwebsockets/plugins/acme-client/
Dprotocol_lws_acme_client.c590 struct lws **pwsi, struct lws_client_connect_info *i, in lws_acme_client_connect()