Home
last modified time | relevance | path

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

/dports/audio/moc/moc-2.5.2/
H A Dprotocol.h24 struct tag_ev_response struct
171 void free_tag_ev_data (struct tag_ev_response *d);
H A Dprotocol.c553 void free_tag_ev_data (struct tag_ev_response *d) in free_tag_ev_data()
596 free_tag_ev_data ((struct tag_ev_response *)data); in free_event_data()
677 struct tag_ev_response *r; in make_event_packet()
H A Dinterface.c207 static struct tag_ev_response *recv_tags_data_from_srv () in recv_tags_data_from_srv()
209 struct tag_ev_response *r; in recv_tags_data_from_srv()
211 r = (struct tag_ev_response *)xmalloc (sizeof(struct tag_ev_response)); in recv_tags_data_from_srv()
654 static void ev_file_tags (const struct tag_ev_response *data) in ev_file_tags()
1163 ev_file_tags ((struct tag_ev_response *)data); in server_event()
1226 struct tag_ev_response *ev in fill_tags()
1227 = (struct tag_ev_response *)data; in fill_tags()
2860 struct tag_ev_response *ev in make_sure_tags_exist()
2861 = (struct tag_ev_response *)data; in make_sure_tags_exist()
3892 struct tag_ev_response *ev in get_tags_no_iface()
[all …]
H A Dserver.c1811 struct tag_ev_response *data in tags_response()
1812 = (struct tag_ev_response *)xmalloc ( in tags_response()
1813 sizeof(struct tag_ev_response)); in tags_response()