libwebsockets
Lightweight C library for HTML5 websockets
|
#include <lws-lejp.h>
Data Fields | |
void * | user |
signed char(* | callback )(struct lejp_ctx *ctx, char reason) |
const char *const * | paths |
uint8_t | count_paths |
uint8_t | ppos |
uint8_t | path_match |
Definition at line 211 of file lws-lejp.h.
void* _lejp_parsing_stack::user |
Definition at line 212 of file lws-lejp.h.
signed char(* _lejp_parsing_stack::callback) (struct lejp_ctx *ctx, char reason) |
Definition at line 213 of file lws-lejp.h.
const char* const* _lejp_parsing_stack::paths |
Definition at line 214 of file lws-lejp.h.
uint8_t _lejp_parsing_stack::count_paths |
Definition at line 215 of file lws-lejp.h.
uint8_t _lejp_parsing_stack::ppos |
Definition at line 216 of file lws-lejp.h.
uint8_t _lejp_parsing_stack::path_match |
Definition at line 217 of file lws-lejp.h.