Home
last modified time | relevance | path

Searched refs:gzseek (Results 1 – 2 of 2) sorted by path

/dokuwiki/inc/
H A Dcompatibility.php58 if (!function_exists('gzseek') && function_exists('gzseek64')) {
69 function gzseek($zp, $offset, $whence = SEEK_SET)
65 function gzseek($zp, $offset, $whence = SEEK_SET) { global() function
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php485 @gzseek($this->fh, $bytes, SEEK_CUR);