Searched refs:user_comments (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dinfo.c66 vc->user_comments=_ogg_realloc(vc->user_comments,
67 (vc->comments+2)*sizeof(*vc->user_comments));
71 vc->user_comments[vc->comments]=_ogg_malloc(vc->comment_lengths[vc->comments]+1);
72 strcpy(vc->user_comments[vc->comments], comment);
74 vc->user_comments[vc->comments]=NULL;
107 if(!tagcompare(vc->user_comments[i], fulltag, taglen)){
110 return vc->user_comments[i] + taglen;
126 if(!tagcompare(vc->user_comments[i], fulltag, taglen))
136 if(vc->user_comments){
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dvorbisfile_example.c55 char **ptr=ov_comment(&vf,-1)->user_comments;
H A Ddecoder_example.c188 char **ptr=vc.user_comments;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/include/vorbis/
H A Dcodec.h143 char **user_comments; member in struct:vorbis_comment
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-ogg.c172 vc_scan(psong, inf->vc.user_comments[i], inf->vc.comment_lengths[i]);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-ogg.c171 vc_scan(psong, inf->vc.user_comments[i], inf->vc.comment_lengths[i]);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils-ogg.c172 vc_scan(psong, inf->vc.user_comments[i], inf->vc.comment_lengths[i]);

Completed in 170 milliseconds