Lines Matching defs:wsi
39 struct lws *cwsi; /* client wsi for current step if any */
76 callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user,
93 s->http_resp = (int)lws_http_client_http_response(wsi);
120 if (lws_http_client_read(wsi, &px, &lenx) < 0)
126 lwsl_notice("LWS_CALLBACK_COMPLETED_CLIENT_HTTP: wsi %p\n",
127 wsi);
141 lwsl_user("%s: wsi %p: seq failed at CLOSED_CLIENT_HTTP\n",
142 __func__, wsi);
149 return lws_callback_http_dummy(wsi, reason, user, in, len);
163 lws_set_wsi_user(wsi, NULL);
228 lwsl_notice("%s: wsi %p: connecting to %s://%s:%d%s\n", __func__,