Searched refs:fulltag (Results 1 – 2 of 2) sorted by relevance
/external/tremolo/Tremolo/ |
D | treminfo.c | 78 char *fulltag = (char *)alloca(taglen+ 1); in vorbis_comment_query() local 80 strcpy(fulltag, tag); in vorbis_comment_query() 81 strcat(fulltag, "="); in vorbis_comment_query() 84 if(!tagcompare(vc->user_comments[i], fulltag, taglen)){ in vorbis_comment_query() 98 char *fulltag = (char *)alloca(taglen+1); in vorbis_comment_query_count() local 99 strcpy(fulltag,tag); in vorbis_comment_query_count() 100 strcat(fulltag, "="); in vorbis_comment_query_count() 103 if(!tagcompare(vc->user_comments[i], fulltag, taglen)) in vorbis_comment_query_count()
|
/external/libvorbis/lib/ |
D | info.c | 101 char *fulltag = alloca(taglen+ 1); in vorbis_comment_query() local 103 strcpy(fulltag, tag); in vorbis_comment_query() 104 strcat(fulltag, "="); in vorbis_comment_query() 107 if(!tagcompare(vc->user_comments[i], fulltag, taglen)){ in vorbis_comment_query() 121 char *fulltag = alloca(taglen+1); in vorbis_comment_query_count() local 122 strcpy(fulltag,tag); in vorbis_comment_query_count() 123 strcat(fulltag, "="); in vorbis_comment_query_count() 126 if(!tagcompare(vc->user_comments[i], fulltag, taglen)) in vorbis_comment_query_count()
|