Searched refs:EBMLbuffer_offset (Results 1 – 1 of 1) sorted by relevance
240 private $EBMLbuffer_offset = 0; variable in getid3_matroska1285 …if (($this->current_offset - $this->EBMLbuffer_offset) >= ($this->EBMLbuffer_length - $min_data)) {1290 $this->EBMLbuffer_offset = $this->current_offset;1309 $actual_offset = $this->current_offset - $this->EBMLbuffer_offset;1350 $data = substr($this->EBMLbuffer, $this->current_offset - $this->EBMLbuffer_offset, $length);