Searched refs:this_name (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dminidlna.c502 struct album_art_name_s * this_name = calloc(1, sizeof(struct album_art_name_s)); local
507 this_name->wildcard = 1;
509 this_name->name = strdup(word);
512 album_art_names = this_name;
519 all_names->next = this_name;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dminidlna.c383 struct album_art_name_s * this_name = calloc(1, sizeof(struct album_art_name_s)); local
384 this_name->name = strdup(word);
387 album_art_names = this_name;
394 all_names->next = this_name;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dminidlna.c412 struct album_art_name_s * this_name = calloc(1, sizeof(struct album_art_name_s)); local
413 this_name->name = strdup(word);
416 album_art_names = this_name;
423 all_names->next = this_name;

Completed in 55 milliseconds