Home
last modified time | relevance | path

Searched refs:old_offset (Results 1 – 3 of 3) sorted by relevance

/plugin/odp/
H A DZipLib.class.php16 var $old_offset = 0; var $dirs = Array("."); variable in ZipLib
108 $cdrec .= pack("V", 16 ).pack("V", $this -> old_offset ).$name;
111 $this -> old_offset = $new_offset;
152 $cdrec .= pack('V', $this -> old_offset );
154 $this -> old_offset = $new_offset;
/plugin/html2pdf/html2pdf/html2ps/
H A Dot.class.php428 $old_offset = ftell($filehandle);
433 fseek($filehandle, $old_offset, SEEK_SET);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.riff.php1196 $old_offset = $this->ftell();
1199 $this->fseek($old_offset);
1219 $old_offset = $this->ftell();
1222 $this->fseek($old_offset);