Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/secure-streams/cpp/
Dlss.cxx29 static const char *pcols[] = { variable
87 for (n = 0; n < LWS_ARRAY_SIZE(pcols); n++) in lss()
88 if (!strncmp(uri, pcols[n], pcols_len[n])) in lss()
91 if (n == LWS_ARRAY_SIZE(pcols)) in lss()
/third_party/libwebsockets/lib/core-net/
Dvhost.c579 const struct lws_protocols *pcols = info->protocols; in lws_create_vhost() local
625 if (!pcols && !info->pprotocols) in lws_create_vhost()
626 pcols = &protocols_dummy[0]; in lws_create_vhost()
686 if (!pcols) in lws_create_vhost()
693 pcols[vh->count_protocols].callback; in lws_create_vhost()
794 if (!pcols) { in lws_create_vhost()
798 memcpy(lwsp, pcols, sizeof(struct lws_protocols) * (unsigned int)m); in lws_create_vhost()