Home | History | Annotate | Download | only in Tremolo

Lines Matching full:user_comments

84     if(!tagcompare(vc->user_comments[i], fulltag, taglen)){
87 return vc->user_comments[i] + taglen;
103 if(!tagcompare(vc->user_comments[i], fulltag, taglen))
114 if(vc->user_comments[i])_ogg_free(vc->user_comments[i]);
115 if(vc->user_comments)_ogg_free(vc->user_comments);
224 vc->user_comments=(char **)_ogg_calloc(vc->comments+1,sizeof(*vc->user_comments));
231 vc->user_comments[i]=(char *)_ogg_calloc(len+1,1);
232 _v_readstring(opb,vc->user_comments[i],len);