Home
last modified time | relevance | path

Searched refs:defprot (Results 1 - 1 of 1) sorted by relevance

/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-dynamic/
H A Dminimal-http-server-dynamic.c218 static const struct lws_protocols defprot = variable
219 { "defprot", lws_callback_http_dummy, 0, 0, 0, NULL, 0 }, protocol =
222 static const struct lws_protocols *pprotocols[] = { &defprot, &protocol, NULL };

Completed in 1 milliseconds