Lines Matching refs:name
119 if (strcmp(ext_name, ext->name)) {
201 while (po->name) {
204 strncmp(args, po->name,
205 strlen(po->name))) {
213 lwsl_info("setting '%s'\n", po->name);
223 "; %s", po->name);
225 po->name);
271 pvos = lws_vhost_protocol_options(wsi->a.vhost, wsi->a.protocol->name);
423 wsi->a.protocol->name);
442 char buf[128], name[64];
573 * In the response subprotocol header, we need to name
599 if (lws_tokenize_cstr(&ts, name, sizeof(name))) {
600 lwsl_err("%s: pcol name too long\n", __func__);
604 lwsl_debug("checking %s\n", name);
605 pcol = lws_vhost_name_to_protocol(wsi->a.vhost, name);
699 wsi->a.protocol->name &&
700 wsi->a.protocol->name[0]) {
701 const char *prot = wsi->a.protocol->name;
716 * In the response subprotocol header, we need to name