Lines Matching defs:pvo
34 "iface", /* pvo name */
35 (void *)&iface /* pvo value */
41 "ads", /* pvo name */
42 (void *)&ads /* pvo value */
48 "url", /* pvo name */
49 (void *)&url /* pvo value */
55 "options", /* pvo name */
56 (void *)&options /* pvo value */
62 "port", /* pvo name */
63 (void *)&port /* pvo value */
69 "interrupted", /* pvo name */
70 (void *)&interrupted /* pvo value */
73 static const struct lws_protocol_vhost_options pvo = {
74 NULL, /* "next" pvo linked-list */
75 &pvo_interrupted, /* "child" pvo linked-list */
137 info.pvo = &pvo;