Home
last modified time | relevance | path

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

/external/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
315 struct lws **pwsi, **pwsi_eligible; in __lws_header_table_detach() local
/external/libwebsockets/lib/core-net/
Dclose.c164 struct lws **pwsi; in lws_remove_child_from_any_parent() local
/external/libwebsockets/include/libwebsockets/
Dlws-client.h105 struct lws **pwsi; member
/external/libwebsockets/lib/roles/http/client/
Dclient-handshake.c1041 lws_client_reset(struct lws **pwsi, int ssl, const char *address, int port,
/external/libwebsockets/plugins/acme-client/
Dprotocol_lws_acme_client.c583 struct lws **pwsi, struct lws_client_connect_info *i, in lws_acme_client_connect()