Searched defs:lws_protocol_vhost_options (Results 1 – 1 of 1) sorted by relevance
1258 struct lws_protocol_vhost_options { struct1259 const struct lws_protocol_vhost_options *next; /**< linked list */ argument1260 …const struct lws_protocol_vhost_options *options; /**< child linked-list of more options for this … argument1261 const char *name; /**< name of name=value pair */1262 const char *value; /**< value of name=value pair */