Lines Matching refs:isv34
530 const char *tag, ExtraMetaList *extra_meta, int isv34)
661 const char *tag, ExtraMetaList *extra_meta, int isv34)
671 if (taglen <= 4 || (!isv34 && taglen <= 6))
684 if (isv34) {
757 const char *ttag, ExtraMetaList *extra_meta, int isv34)
818 const char *tag, ExtraMetaList *extra_meta, int isv34)
856 int isv34);
870 * @param isv34 Determines if v2.2 or v2.3/4 strings are used
873 static const ID3v2EMFunc *get_extra_meta_func(const char *tag, int isv34)
878 (isv34 ? id3v2_extra_meta_funcs[i].tag4 :
880 (isv34 ? 4 : 3)))
891 int isv34, unsync;
918 isv34 = 0;
925 isv34 = 1;
937 if (isv34 && flags & 0x40) { /* Extended header present, just skip over it */
962 if (isv34) {
1040 (extra_func = get_extra_meta_func(tag, isv34)))) {
1117 extra_func->read(s, pbx, tlen, tag, extra_meta, isv34);