Lines Matching defs:wsi
28 lws_client_http_body_pending(struct lws *wsi, int something_left_to_send) in lws_client_http_body_pending()
34 lws_http_client_socket_service(struct lws *wsi, struct lws_pollfd *pollfd) in lws_http_client_socket_service()
501 lws_http_transaction_completed_client(struct lws *wsi) in lws_http_transaction_completed_client()
573 lws_http_client_http_response(struct lws *wsi) in lws_http_client_http_response()
585 lws_http_is_redirected_to_get(struct lws *wsi) in lws_http_is_redirected_to_get()
591 lws_client_interpret_server_handshake(struct lws *wsi) in lws_client_interpret_server_handshake()
1063 lws_http_multipart_headers(struct lws *wsi, uint8_t *p) in lws_http_multipart_headers()
1090 lws_client_http_multipart(struct lws *wsi, const char *name, in lws_client_http_multipart()
1130 lws_generate_client_handshake(struct lws *wsi, char *pkt) in lws_generate_client_handshake()
1326 lws_http_client_read(struct lws *wsi, char **buf, int *len) in lws_http_client_read()
1599 struct lws *wsi; in lws_client_reset() local