Home
last modified time | relevance | path

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

/dports/audio/glurp/glurp-0.12.3/src/
H A Dcomm.c101 …for (entity = mpd_playlist_get_changes(glurp->mpd, oldid);entity;entity = mpd_data_get_next(entity… in update_playlist()
134 …for (entity = mpd_database_get_directory(glurp->mpd, "");entity;entity = mpd_data_get_next(entity)… in get_playlist_list()
177 …for (entity = mpd_database_get_directory(glurp->mpd, path);entity;entity = mpd_data_get_next(entit… in glurp_add_add_dir()
199 …d_database_find(glurp->mpd, type, (gchar*)what, FALSE);entity;entity = mpd_data_get_next(entity)) { in glurp_add_search_result_dir()
H A Dgui.c1134 …for (entity = mpd_server_get_output_devices(glurp->mpd);entity;entity = mpd_data_get_next(entity) … in populate_outputs_menu()
/dports/audio/gmpc/gmpc-11.8.16/src/Tools/
H A Dmpd-easy-commands.c38 d = mpd_data_get_next(d); in output_set()
49 d = mpd_data_get_next(d); in output_set()
232 for (; data; data = mpd_data_get_next(data)) in add_command()
252 for (; data; data = mpd_data_get_next(data)) in replace_command()
H A Dmpdinteraction.c420 data = mpd_data_get_next(data); in update_outputs_settings()
516 for (; data; data = mpd_data_get_next(data)) in add_artist()
537 for (; data; data = mpd_data_get_next(data)) in add_album()
556 for (; data; data = mpd_data_get_next(data)) in add_genre()
568 for (; data; data = mpd_data_get_next(data)) in add_directory()
/dports/audio/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2/panel-plugin/
H A Dsimple-libmpd.h114 MpdData* mpd_data_get_next(MpdData*);
H A Dxfce4-mpc-plugin.c424 } while (NULL != (data = mpd_data_get_next (data))); in mpc_update_outputs()
606 } while (NULL != (mpd_data = mpd_data_get_next (mpd_data))); in show_playlist()
H A Dsimple-libmpd.c527 MpdData* mpd_data_get_next(MpdData* md) in mpd_data_get_next() function
/dports/audio/gmpc/gmpc-11.8.16/src/
H A Dgmpc-stats-label.gob98 … for(data = mpd_database_search_commit(connection);data != NULL ;data= mpd_data_get_next(data))
120 … for(data = mpd_database_search_commit(connection);data != NULL ;data= mpd_data_get_next(data))
H A Dgmpc-mpddata-treeview.gob915 for(;data; data= mpd_data_get_next(data)){
923 for(;data; data= mpd_data_get_next(data)){
H A Dplaylist3.c695 for (; mdata; mdata = mpd_data_get_next(mdata)) in playlist3_source_drag_data_recieved()
2200 for (; data; data = mpd_data_get_next(data)) in playlist3_fill_server_menu()
/dports/audio/gmpc/gmpc-11.8.16/src/browsers/
H A Dplaylist3-file-browser.c456 data = mpd_data_get_next(data); in pl3_file_browser_reupdate_folder()
473 data = mpd_data_get_next(data); in pl3_file_browser_reupdate_folder()
489 data = mpd_data_get_next(data); in pl3_file_browser_reupdate_folder()
509 } while ((data = mpd_data_get_next(data))); in pl3_file_browser_reupdate_folder()
632 data = mpd_data_get_next(data); in pl3_file_browser_fill_tree()
886 for (; data2; data2 = mpd_data_get_next(data2)) in pl3_file_browser_add_to_playlist()
H A Dplaylist3-playlist-editor.c315 for (; data; data = mpd_data_get_next(data)) in playlist_editor_fill_list_real()
1177 for (; data; data = mpd_data_get_next(data)) in playlist_editor_right_mouse()
H A Dserver-information.c189 s->data = mpd_data_get_next(s->data); in serverstats_idle_handler()
H A Dgmpc-metadata-browser2.c867 data = mpd_data_get_next (data); in _lambda75_()
901 data = mpd_data_get_next (data); in mpd_play_queue_add_artist()
1193 data = mpd_data_get_next (data); in gmpc_browsers_metadata_album_add_clicked()
2347 data = mpd_data_get_next (data); in gmpc_browsers_metadata_add_selected_song()
4690 data = mpd_data_get_next (data); in mpd_play_queue_add_album()
H A Dplaylist3-tag2-browser.c321 for (; data; data = mpd_data_get_next(data)) in tag2_browser_add_selected()
/dports/audio/libmpd/libmpd-11.8.17/src/
H A Dlibmpd.h510 MpdData *mpd_data_get_next(MpdData * data);
H A Dlibmpd.c810 MpdData * mpd_data_get_next(MpdData * const data) in mpd_data_get_next() function
/dports/audio/libmpd/libmpd-11.8.17/example/testcase/
H A Dtestcase.c198 data = mpd_data_get_next(data); in main()
/dports/audio/xfmpc/xfmpc-0.3.0/src/
H A Dmpdclient.c849 data = mpd_data_get_next (data); in xfmpc_mpdclient_playlist_read()
892 data != NULL; data = mpd_data_get_next (data)) in xfmpc_mpdclient_playlist_get_total_time()
924 data = mpd_data_get_next (data); in xfmpc_mpdclient_database_read()
982 data = mpd_data_get_next (data); in xfmpc_mpdclient_database_search()
/dports/audio/gmpc-mserver/gmpc-mserver-0.20.0/src/
H A Dplugin.c466 while(!mpd_data_is_last(data)) data = mpd_data_get_next(data); in mserver_browser_add_file()
696 while(!mpd_data_is_last(data)) data = mpd_data_get_next(data); in mserver_drag_data_recieved()
/dports/audio/gmpc/gmpc-11.8.16/src/vapi/
H A Dlibmpd.vapi154 [CCode (cname="mpd_data_get_next")]
/dports/audio/gmpc-albumview/gmpc-albumview-11.8.16/src/
H A Dplugin.c496 (self->priv->data) = mpd_data_get_next((self->priv->data)); in load_list_itterate()
568 for(;data;data = mpd_data_get_next(data)){ in album_add()
/dports/audio/gmpc/gmpc-11.8.16/src/vala/
H A Dgmpc-favorites.c470 item = mpd_data_get_next (item); in gmpc_favorites_button_button_press_event_callback()
/dports/audio/gmpc-magnatune/gmpc-magnatune-11.8.16/src/
H A Dplugin.c808 for(data = mpd_data_get_first(data);data;data = mpd_data_get_next(data)) { in magnatune_button_handle_release_event_tag_add()
/dports/audio/gmpc/gmpc-11.8.16/src/MetaData/
H A Dmetadata.c158 for(i=0;data2; data2 = mpd_data_get_next(data2)) in rewrite_mpd_song()