Home
last modified time | relevance | path

Searched refs:pvo1 (Results 1 – 7 of 7) sorted by relevance

/external/libwebsockets/minimal-examples/raw/minimal-raw-proxy/
Dminimal-raw-proxy.c35 static struct lws_protocol_vhost_options pvo1 = { variable
44 &pvo1, /* "child" pvo linked-list */
68 pvo1.value = outward; in main()
/external/libwebsockets/minimal-examples/raw/minimal-raw-proxy-fallback/
Dminimal-raw-proxy-fallback.c61 static struct lws_protocol_vhost_options pvo1 = { variable
70 &pvo1, /* "child" pvo linked-list */
94 pvo1.value = outward; in main()
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/
Dminimal-http-server-deaddrop.c119 }, pvo1 = { variable
123 &pvo1, /* "child" pvo linked-list */
/external/libwebsockets/test-apps/
Dtest-sshd.c137 const struct lws_protocol_vhost_options *pvo = priv->env, *pvo1; in ssh_ops_channel_destroy() local
140 pvo1 = pvo; in ssh_ops_channel_destroy()
144 free((void *)pvo1); in ssh_ops_channel_destroy()
Dtest-server.c365 pvo1 = { variable
372 &pvo1, /* "next" pvo linked-list */
/external/libwebsockets/READMEs/
DREADME.http-fallback.md114 static struct lws_protocol_vhost_options pvo1 = {
123 &pvo1, /* "child" pvo linked-list */
/external/libwebsockets/lib/core-net/
Dvhost.c383 const struct lws_protocol_vhost_options *pvo, *pvo1; in lws_protocol_init_vhost() local
411 pvo1 = pvo; in lws_protocol_init_vhost()
412 pvo = pvo1->options; in lws_protocol_init_vhost()