Home
last modified time | relevance | path

Searched defs:lws_ext_option_arg (Results 1 – 1 of 1) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-ws-ext.h77 struct lws_ext_option_arg { struct
78 const char *option_name; /**< may be NULL, option_index used then */
79 int option_index; /**< argument ordinal to use if option_name missing */
80 const char *start; /**< value */
81 int len; /**< length of value */