Searched defs:lws_protocol_vhost_options (Results 1 – 1 of 1) sorted by relevance
1049 struct lws_protocol_vhost_options { struct1050 const struct lws_protocol_vhost_options *next; /**< linked list */ argument1051 …const struct lws_protocol_vhost_options *options; /**< child linked-list of more options for this … argument1052 const char *name; /**< name of name=value pair */1053 const char *value; /**< value of name=value pair */