Home
last modified time | relevance | path

Searched refs:SEEK_SET (Results 26 – 50 of 118) sorted by relevance

12345

/php-src/ext/standard/tests/streams/
H A Dbug75031.phpt9 fseek($fp, 0, SEEK_SET);
H A Dbug44818.phpt9 var_dump(fseek($fd, 0, SEEK_SET), fread($fd, 3));
H A Dbug79984.phpt46 fseek($f2, 0, SEEK_SET);
/php-src/ext/standard/tests/file/
H A Dbug44607.phpt14 fseek($fd, 1, SEEK_SET);
H A Dstream_rfc2397_007.phpt42 var_dump(fseek($fp, 3, SEEK_SET));
58 var_dump(fseek($fp, 3, SEEK_SET));
H A Dfseek_ftell_rewind_variation4-win32.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_SET
15 2. Testing fseek() with whence = SEEK_SET
17 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***\n";
44 var_dump( fseek($file_handle,$count,SEEK_SET) );
60 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***
H A Dfseek_ftell_rewind_variation4.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_SET
15 2. Testing fseek() with whence = SEEK_SET
17 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***\n";
44 var_dump( fseek($file_handle,$count,SEEK_SET) );
60 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***
H A Dinclude_userstream_001.phpt42 case SEEK_SET:
/php-src/ext/phar/
H A Dzip.c253 php_stream_seek(fp, 0, SEEK_SET); in phar_parse_zipfile()
459 php_stream_seek(fp, entry.header_offset, SEEK_SET); in phar_parse_zipfile()
503 php_stream_seek(fp, 0, SEEK_SET); in phar_parse_zipfile()
513 php_stream_seek(fp, entry.offset, SEEK_SET); in phar_parse_zipfile()
642 php_stream_seek(fp, entry.offset, SEEK_SET); in phar_parse_zipfile()
646 php_stream_seek(fp, entry.offset, SEEK_SET); in phar_parse_zipfile()
737 php_stream_seek(fp, restore_pos, SEEK_SET); in phar_parse_zipfile()
1123 phar_seek_efp(entry, 0, SEEK_SET, 0, 0); in phar_zip_changed_apply_int()
1195 php_stream_seek(pass->filefp, 0, SEEK_SET); in phar_zip_applysignature()
1198 php_stream_seek(pass->centralfp, 0, SEEK_SET); in phar_zip_applysignature()
[all …]
/php-src/ext/standard/tests/http/
H A Dbug79265.phpt27 fseek($output, 0, SEEK_SET);
H A Dbug79265_2.phpt26 fseek($output, 0, SEEK_SET);
H A Dignore_errors.phpt34 fseek($output, 0, SEEK_SET);
36 fseek($output, 0, SEEK_SET);
H A Dbug67430.phpt28 fseek($output, 0, SEEK_SET);
H A Dbug65634.phpt28 fseek($output, 0, SEEK_SET);
/php-src/tests/output/
H A DDummyStreamWrapper.inc28 public function stream_seek(int $offset, int $whence = SEEK_SET): bool
/php-src/main/streams/
H A Dcast.c205 stream->ops->seek(stream, stream->position, SEEK_SET, &dummy); in _php_stream_cast()
251 zend_fseek(*ret, pos, SEEK_SET); in _php_stream_cast()
409 php_stream_seek(*newstream, 0, SEEK_SET); in _php_stream_make_seekable()
H A Dmemory.c147 case SEEK_SET: in php_stream_memory_seek()
367 php_stream_seek(ts->innerstream, pos, SEEK_SET); in php_stream_temp_write()
499 php_stream_seek(ts->innerstream, pos, SEEK_SET); in php_stream_temp_cast()
587 php_stream_temp_seek(stream, 0, SEEK_SET, &newoffs); in _php_stream_temp_open()
726 php_stream_temp_seek(stream, 0, SEEK_SET, &newoffs); in php_stream_url_wrap_rfc2397()
/php-src/ext/standard/
H A Dflock_compat.c35 flck.l_whence = SEEK_SET; in php_flock()
H A Dfile.stub.php11 const SEEK_SET = UNKNOWN; define
/php-src/ext/fileinfo/libmagic/
H A Dbuffer.c87 if (FINFO_LSEEK_FUNC(b->fd, b->eoff, SEEK_SET) == (zend_off_t)-1 || in buffer_fill()
/php-src/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt56 fseek($stream, 0, SEEK_SET);
65 fseek($stream, 0, SEEK_SET);
79 fseek($stream, 0, SEEK_SET);
/php-src/ext/exif/tests/
H A Dgh10834.phpt28 case SEEK_SET:
/php-src/ext/ftp/
H A Dphp_ftp.c595 php_stream_seek(stream, resumepos, SEEK_SET); in PHP_FUNCTION()
639 php_stream_seek(stream, resumepos, SEEK_SET); in PHP_FUNCTION()
715 php_stream_seek(outstream, resumepos, SEEK_SET); in PHP_FUNCTION()
777 php_stream_seek(outstream, resumepos, SEEK_SET); in PHP_FUNCTION()
880 php_stream_seek(stream, startpos, SEEK_SET); in PHP_FUNCTION()
928 php_stream_seek(stream, startpos, SEEK_SET); in PHP_FUNCTION()
983 php_stream_seek(instream, startpos, SEEK_SET); in PHP_FUNCTION()
1069 php_stream_seek(instream, startpos, SEEK_SET); in PHP_FUNCTION()
/php-src/Zend/tests/
H A Dgh10072.phpt41 public function stream_seek(int $offset, int $whence = SEEK_SET): bool
/php-src/ext/dba/libflatfile/
H A Dflatfile.c126 php_stream_seek(dba->fp, pos, SEEK_SET); in flatfile_delete()
242 php_stream_seek(dba->fp, dba->CurrentFlatFilePos, SEEK_SET); in flatfile_nextkey()

Completed in 55 milliseconds

12345