Searched refs:tagcompare (Results 1 – 2 of 2) sorted by relevance
/external/tremolo/Tremolo/ |
D | treminfo.c | 64 static int tagcompare(const char *s1, const char *s2, int n){ in tagcompare() function 84 if(!tagcompare(vc->user_comments[i], fulltag, taglen)){ in vorbis_comment_query() 103 if(!tagcompare(vc->user_comments[i], fulltag, taglen)) in vorbis_comment_query_count()
|
/external/libvorbis/lib/ |
D | info.c | 87 static int tagcompare(const char *s1, const char *s2, int n){ in tagcompare() function 107 if(!tagcompare(vc->user_comments[i], fulltag, taglen)){ in vorbis_comment_query() 126 if(!tagcompare(vc->user_comments[i], fulltag, taglen)) in vorbis_comment_query_count()
|