Searched refs:pcols (Results 1 – 2 of 2) sorted by relevance
29 static const char *pcols[] = { variable87 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()
579 const struct lws_protocols *pcols = info->protocols; in lws_create_vhost() local625 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()