Home
last modified time | relevance | path

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

/dports/audio/xmcd/xmcd-3.3.2/cddb_d/
H A Droletree.c60 for (i = 1, rlp = rtp->rolelists; rlp != NULL; i++, rlp = rlp->next) { in CddbRoleTree_GetRoleList()
H A Dsegment.c72 for (rlp = cp->roletree.rolelists; rlp != NULL; rlp = rlp->next) { in CddbSegment_AddCredit()
H A Dtrack.c73 for (rlp = cp->roletree.rolelists; rlp != NULL; rlp = rlp->next) { in CddbRoleList_GetCategoryRole()
H A Dfcddb.h149 cddb_rolelist_t *rolelists; /* Role list */ member
H A Ddisc.c73 for (rlp = cp->roletree.rolelists; rlp != NULL; rlp = rlp->next) { in CddbDisc_AddCredit()
H A Dfcddb.c1095 for (rlp = rtp->rolelists; rlp != NULL; rlp = nextp) {
1099 rtp->rolelists = NULL;
3014 if (cp->roletree.rolelists == NULL)
3015 cp->roletree.rolelists = rlp;