Home
last modified time | relevance | path

Searched refs:LWSMPRO_CALLBACK (Results 1 – 12 of 12) sorted by relevance

/external/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/
Dminimal-http-server.c58 /* .origin_protocol */ LWSMPRO_CALLBACK, /* dynamic */
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/
Dminimal-http-server-deaddrop.c63 /* .origin_protocol */ LWSMPRO_CALLBACK,
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/
Dminimal-http-server-eventlib-demos.c81 LWSMPRO_CALLBACK, /* origin points to a callback */
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-sse/
Dminimal-http-server-sse.c145 /* .origin_protocol */ LWSMPRO_CALLBACK, /* dynamic */
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-custom-headers/
Dminimal-http-server-custom-headers.c126 /* .origin_protocol */ LWSMPRO_CALLBACK, /* dynamic */
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-dynamic/
Dminimal-http-server-dynamic.c203 /* .origin_protocol */ LWSMPRO_CALLBACK, /* dynamic */
/external/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h1067 LWSMPRO_CALLBACK = 6, /**< hand by named protocol's callback */ enumerator
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/
Dminimal-http-server-sse-ring.c323 /* .origin_protocol */ LWSMPRO_CALLBACK, /* dynamic */
/external/libwebsockets/test-apps/
Dtest-server.c259 LWSMPRO_CALLBACK, /* origin points to a callback */
/external/libwebsockets/lib/roles/http/server/
Dserver.c786 if (hm->origin_protocol == LWSMPRO_CALLBACK || in lws_find_mount()
1319 hit->origin_protocol != LWSMPRO_CALLBACK)) { in lws_http_redirect_hit()
1596 if (hit->origin_protocol == LWSMPRO_CALLBACK || hit->protocol) { in lws_http_action()
/external/libwebsockets/READMEs/
DREADME.coding.md1232 LWSMPRO_CALLBACK,
1245 - LWSMPRO_CALLBACK causes the http connection to attach to the callback
1249 @section mountcallback Operation of LWSMPRO_CALLBACK mounts
1270 LWSMPRO_CALLBACK, /* origin points to a callback */
/external/libwebsockets/plugins/acme-client/
Dprotocol_lws_acme_client.c1368 ac->mount.origin_protocol = LWSMPRO_CALLBACK; in callback_acme_client()