Searched refs:fulltag (Results 1 – 1 of 1) sorted by relevance
78 char *fulltag = (char *)alloca(taglen+ 1); in vorbis_comment_query() local80 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() local99 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()