Lines Matching refs:name
123 i.protocol = lws_sspc_protocols[0].name;
124 i.local_protocol_name = lws_sspc_protocols[0].name;
161 if (md->name[0] == '\0') {
177 txc = (int)strlen(md->name);
187 memcpy(&p[4], md->name, (unsigned int)txc);
642 h->fic.name = "sspc";
903 * ...the serialized RX rideshare name if any...
923 * ... otherwise default to our stream type name
932 _lws_sspc_set_metadata(struct lws_sspc_handle *h, const char *name,
940 * Are we replacing a pending metadata of the same name? It's not
944 * Tx credit adjust always has name ""
951 if (!strcmp(name, md->name)) {
978 lws_strncpy(md->name, name, sizeof(md->name));
986 lwsl_sspc_info(h, "set metadata %s", name);
999 lws_sspc_set_metadata(struct lws_sspc_handle *h, const char *name,
1002 return _lws_sspc_set_metadata(h, name, value, len, 0);
1006 lws_sspc_get_metadata(struct lws_sspc_handle *h, const char *name,
1015 * the same name first
1025 if (!strcmp(md->name, name)) {