Searched refs:ID3v2HeaderLength (Results 1 – 3 of 3) sorted by relevance
1725 …while ($this->paddedlength < (strlen($tagstring) + getid3_id3v2::ID3v2HeaderLength($this->majorver…1730 …if (/*!$footer && */($this->paddedlength > (strlen($tagstring) + getid3_id3v2::ID3v2HeaderLength($…1733 …if (($this->paddedlength - strlen($tagstring) - getid3_id3v2::ID3v2HeaderLength($this->majorversio…1734 …at("\x00", $this->paddedlength - strlen($tagstring) - getid3_id3v2::ID3v2HeaderLength($this->major…
260 if (strlen($framedata) <= $this->ID3v2HeaderLength($id3v2_majorversion)) {421 $framedataoffset += ($frame_size + $this->ID3v2HeaderLength($id3v2_majorversion));3804 public static function ID3v2HeaderLength($majorversion) { function in getid3_id3v2
227 if (strlen($framedata) <= $this->ID3v2HeaderLength($id3v2_majorversion)) {384 $framedataoffset += ($frame_size + $this->ID3v2HeaderLength($id3v2_majorversion));3172 function ID3v2HeaderLength($majorversion) { function in getid3_id3v2