Home
last modified time | relevance | path

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

/external/libwebsockets/lib/secure-streams/
Dpolicy.c204 static const char *protonames[] = { variable
698 for (n = 0; n < (int)LWS_ARRAY_SIZE(protonames); n++) in lws_ss_policy_parser_cb()
699 if (strlen(protonames[n]) == ctx->npos && in lws_ss_policy_parser_cb()
700 !strncmp(ctx->buf, protonames[n], ctx->npos)) in lws_ss_policy_parser_cb()