Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dplmeta.c326 pl_get_meta_raw (playItem_t *it, const char *key, char *val, int size) { in pl_get_meta_raw() function
H A Dplaylist.h457 pl_get_meta_raw (playItem_t *it, const char *key, char *val, int size);
H A Dplugins.c396 ….pl_get_meta_raw = (int (*) (DB_playItem_t *it, const char *key, char *val, int size))pl_get_meta_…
H A Ddeadbeef.h1040 int (*pl_get_meta_raw) (DB_playItem_t *it, const char *key, char *val, int size); member