Home
last modified time | relevance | path

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

/external/tremolo/Tremolo/
Dtreminfo.c84 if(!tagcompare(vc->user_comments[i], fulltag, taglen)){ in vorbis_comment_query()
87 return vc->user_comments[i] + taglen; in vorbis_comment_query()
103 if(!tagcompare(vc->user_comments[i], fulltag, taglen)) in vorbis_comment_query_count()
114 if(vc->user_comments[i])_ogg_free(vc->user_comments[i]); in vorbis_comment_clear()
115 if(vc->user_comments)_ogg_free(vc->user_comments); in vorbis_comment_clear()
225 vc->user_comments=(char **)_ogg_calloc(vc->comments+1,sizeof(*vc->user_comments)); in _vorbis_unpack_comment()
226 if (!vc->user_comments){ in _vorbis_unpack_comment()
237 vc->user_comments[i]=(char *)_ogg_calloc(len+1,1); in _vorbis_unpack_comment()
238 if(!vc->user_comments[i])goto err_out; in _vorbis_unpack_comment()
239 _v_readstring(opb,vc->user_comments[i],len); in _vorbis_unpack_comment()
Divorbiscodec.h80 char **user_comments; member