libwebsockets
Lightweight C library for HTML5 websockets
_lejp_parsing_stack Struct Reference

#include <lws-lejp.h>

+ Collaboration diagram for _lejp_parsing_stack:

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
 

Detailed Description

Definition at line 211 of file lws-lejp.h.

Field Documentation

◆ user

void* _lejp_parsing_stack::user

Definition at line 212 of file lws-lejp.h.

◆ callback

signed char(* _lejp_parsing_stack::callback) (struct lejp_ctx *ctx, char reason)

Definition at line 213 of file lws-lejp.h.

◆ paths

const char* const* _lejp_parsing_stack::paths

Definition at line 214 of file lws-lejp.h.

◆ count_paths

uint8_t _lejp_parsing_stack::count_paths

Definition at line 215 of file lws-lejp.h.

◆ ppos

uint8_t _lejp_parsing_stack::ppos

Definition at line 216 of file lws-lejp.h.

◆ path_match

uint8_t _lejp_parsing_stack::path_match

Definition at line 217 of file lws-lejp.h.


The documentation for this struct was generated from the following file: