Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dplugins.c104 #define MAX_VFS_PLUGINS 10 macro
105 static DB_vfs_t *g_vfs_plugins[MAX_VFS_PLUGINS+1];
666 … memmove (&g_vfs_plugins[i], &g_vfs_plugins[i+1], (MAX_VFS_PLUGINS+1-i-1) * sizeof (void*)); in plug_remove_plugin()
1062 if (numvfs >= MAX_VFS_PLUGINS) { in plug_load_all()