Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/http/server/
H A Dlejp-conf.c581 static const char * const mount_protocols[] = { in lejp_vhosts_cb() local
605 for (n = 0; n < (int)LWS_ARRAY_SIZE(mount_protocols); n++) in lejp_vhosts_cb()
606 if (!strncmp(a->m.origin, mount_protocols[n], in lejp_vhosts_cb()
607 strlen(mount_protocols[n]))) { in lejp_vhosts_cb()
611 strlen(mount_protocols[n]); in lejp_vhosts_cb()
615 if (n == (int)LWS_ARRAY_SIZE(mount_protocols)) { in lejp_vhosts_cb()
/third_party/libwebsockets/lib/core-net/
H A Dvhost.c83 static const char * const mount_protocols[] = { variable
919 (void)mount_protocols[0]; in lws_create_vhost()
921 mount_protocols[mounts->origin_protocol], in lws_create_vhost()

Completed in 4 milliseconds