Searched defs:lws_ext_option_arg (Results 1 – 1 of 1) sorted by relevance
77 struct lws_ext_option_arg { struct78 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 */