Home
last modified time | relevance | path

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

/dports/audio/rhythmbox/rhythmbox-3.4.4/plugins/audioscrobbler/
H A Drb-audioscrobbler-user.c1747 char *escaped_artist;
1763 escaped_artist = g_uri_escape_string (artist, NULL, FALSE);
1767 escaped_artist,
1786 g_free (escaped_artist);
1808 char *escaped_artist;
1824 escaped_artist = g_uri_escape_string (artist, NULL, FALSE);
1828 escaped_artist,
1847 g_free (escaped_artist);
/dports/audio/fapg/fapg-0.43/
H A Dfapg.c1432 char * escaped_artist = xml_escape_malloc(artist); in parse_file() local
1433 if (escaped_artist != NULL) { in parse_file()
1434 printf(" <creator>%s</creator>\n", escaped_artist); in parse_file()
1435 free(escaped_artist); in parse_file()