Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dplugins.c114 #define MAX_PLAYLIST_PLUGINS 10 macro
115 static DB_playlist_t *g_playlist_plugins[MAX_PLAYLIST_PLUGINS+1];
684 …memmove (&g_playlist_plugins[i], &g_playlist_plugins[i+1], (MAX_PLAYLIST_PLUGINS+1-i-1) * sizeof (… in plug_remove_plugin()
1082 if (numplaylist >= MAX_PLAYLIST_PLUGINS) { in plug_load_all()