Home
last modified time | relevance | path

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

/dports/audio/moc/moc-2.5.2/
H A Dprotocol.c282 packet_buf_add_str (b, tags->title ? tags->title : ""); in packet_buf_add_tags()
283 packet_buf_add_str (b, tags->artist ? tags->artist : ""); in packet_buf_add_tags()
284 packet_buf_add_str (b, tags->album ? tags->album : ""); in packet_buf_add_tags()
292 packet_buf_add_str (b, ""); /* title */ in packet_buf_add_tags()
293 packet_buf_add_str (b, ""); /* artist */ in packet_buf_add_tags()
294 packet_buf_add_str (b, ""); /* album */ in packet_buf_add_tags()
304 packet_buf_add_str (b, item->file); in packet_buf_add_item()
670 packet_buf_add_str (b, e->data); in make_event_packet()
682 packet_buf_add_str (b, r->file); in make_event_packet()
691 packet_buf_add_str (b, m->from); in make_event_packet()
[all …]