|
libwebsockets
Lightweight C library for HTML5 websockets
|
#include <lws-hl.h>
Data Fields | |
| const char * | name |
| int(* | construct )(lws_hl_ctx_t *ctx) |
| lws_stateful_ret_t(* | parse )(lws_hl_ctx_t *ctx, const uint8_t **buf, size_t *len) |
| lws_stateful_ret_t(* | finish )(lws_hl_ctx_t *ctx) |
| int(* lws_hl_ops::construct) (lws_hl_ctx_t *ctx) |
| lws_stateful_ret_t(* lws_hl_ops::parse) (lws_hl_ctx_t *ctx, const uint8_t **buf, size_t *len) |
| lws_stateful_ret_t(* lws_hl_ops::finish) (lws_hl_ctx_t *ctx) |