Home
last modified time | relevance | path

Searched refs:mount_protocols (Results 1 – 2 of 2) sorted by relevance

/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/roles/http/server/
H A Dlejp-conf.c569 static const char * const mount_protocols[] = { in lejp_vhosts_cb() local
593 for (n = 0; n < (int)LWS_ARRAY_SIZE(mount_protocols); n++) in lejp_vhosts_cb()
594 if (!strncmp(a->m.origin, mount_protocols[n], in lejp_vhosts_cb()
595 strlen(mount_protocols[n]))) { in lejp_vhosts_cb()
599 strlen(mount_protocols[n]); in lejp_vhosts_cb()
603 if (n == (int)LWS_ARRAY_SIZE(mount_protocols)) { in lejp_vhosts_cb()
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/core-net/
H A Dvhost.c83 static const char * const mount_protocols[] = { variable
881 (void)mount_protocols[0]; in lws_create_vhost()
883 mount_protocols[mounts->origin_protocol], in lws_create_vhost()