Searched defs:lws_protocol_vhost_options (Results 1 – 1 of 1) sorted by relevance
1251 struct lws_protocol_vhost_options { struct1252 const struct lws_protocol_vhost_options *next; /**< linked list */ argument1253 …const struct lws_protocol_vhost_options *options; /**< child linked-list of more options for this … argument1254 const char *name; /**< name of name=value pair */1255 const char *value; /**< value of name=value pair */