Home
last modified time | relevance | path

Searched refs:SEEK_SET (Results 1 – 25 of 110) sorted by relevance

12345

/PHP-5.5/ext/standard/tests/file/
H A Dfseek_ftell_rewind_basic2-win32.phpt32 $whence_set = array(SEEK_SET,SEEK_CUR,SEEK_END);
81 -- Testing fseek() with whence = SEEK_SET --
97 -- Testing fseek() with whence = SEEK_SET --
113 -- Testing fseek() with whence = SEEK_SET --
129 -- Testing fseek() with whence = SEEK_SET --
145 -- Testing fseek() with whence = SEEK_SET --
161 -- Testing fseek() with whence = SEEK_SET --
177 -- Testing fseek() with whence = SEEK_SET --
193 -- Testing fseek() with whence = SEEK_SET --
209 -- Testing fseek() with whence = SEEK_SET --
[all …]
H A Dfseek_ftell_rewind_basic2.phpt31 $whence_set = array(SEEK_SET,SEEK_CUR,SEEK_END);
80 -- Testing fseek() with whence = SEEK_SET --
96 -- Testing fseek() with whence = SEEK_SET --
112 -- Testing fseek() with whence = SEEK_SET --
128 -- Testing fseek() with whence = SEEK_SET --
144 -- Testing fseek() with whence = SEEK_SET --
160 -- Testing fseek() with whence = SEEK_SET --
176 -- Testing fseek() with whence = SEEK_SET --
192 -- Testing fseek() with whence = SEEK_SET --
208 -- Testing fseek() with whence = SEEK_SET --
[all …]
H A Dfseek_ftell_rewind_basic1.phpt24 $whence_set = array(SEEK_SET,SEEK_CUR,SEEK_END);
70 -- Testing fseek() with whence = SEEK_SET --
86 -- Testing fseek() with whence = SEEK_SET --
102 -- Testing fseek() with whence = SEEK_SET --
118 -- Testing fseek() with whence = SEEK_SET --
134 -- Testing fseek() with whence = SEEK_SET --
150 -- Testing fseek() with whence = SEEK_SET --
166 -- Testing fseek() with whence = SEEK_SET --
182 -- Testing fseek() with whence = SEEK_SET --
198 -- Testing fseek() with whence = SEEK_SET --
[all …]
H A Dfseek_variation3.phpt23 var_dump(fseek($h, -4, SEEK_SET));
31 var_dump(fseek($h, 16, SEEK_SET));
33 fseek($h ,0, SEEK_SET);
H A Duserstreams.phpt129 case SEEK_SET:
187 array(SEEK_SET, 0, 0),
194 array(SEEK_SET, 0, 0)
199 SEEK_SET,
204 SEEK_SET => "SEEK_SET",
213 case SEEK_SET:
286 fseek($fp, $DATALEN / 2, SEEK_SET);
287 fseek($tf, $DATALEN / 2, SEEK_SET);
H A Dbug45303.phpt7 var_dump(fseek($fd, 1024*1024, SEEK_SET));
H A Dfseek_ftell_rewind_variation3.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all r and a modes, SEEK_SET
20 2. Testing fseek() with whence = SEEK_SET
23 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all r and a modes ***\n";
34 echo "*** Testing fseek() with whence = SEEK_SET ***\n";
48 var_dump( fseek($file_handle,$count,SEEK_SET) );
64 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all r and a modes ***
65 *** Testing fseek() with whence = SEEK_SET ***
H A Dfeof_basic.phpt54 fseek($h, 20, SEEK_SET);
58 fseek($h, $eofPointer, SEEK_SET);
62 fseek($h, $eofPointer + 1000, SEEK_SET);
H A Dfpassthru_variation.phpt47 fseek($file_read, $offset_arr[$i], SEEK_SET);
64 fseek($file_read, 12, SEEK_SET);
H A Dbug44607.phpt14 fseek($fd, 1, SEEK_SET);
H A Dfread_fwrite_basic.phpt30 fseek($h, 0, SEEK_SET);
37 fseek($h, 0, SEEK_SET);
/PHP-5.5/ext/standard/tests/streams/
H A Dbug48309.phpt8 fseek($tmp, 0, SEEK_SET);
12 fseek($tmp, 0, SEEK_SET);
20 fseek($tmp, 0, SEEK_SET);
H A Dstream_copy_to_stream_socket.phpt18 fseek($tmp, 0, SEEK_SET);
23 fseek($tmp, 0, SEEK_SET);
/PHP-5.5/ext/zlib/tests/
H A Dgzseek_variation2.phpt2 Test function gzseek() by calling it with SEEK_SET when reading
15 var_dump(gzseek( $h, 50, SEEK_SET ) );
21 var_dump(gzseek( $h, 100, SEEK_SET ) );
27 var_dump(gzseek( $h, 20, SEEK_SET ) );
H A Dgzseek_variation4.phpt2 Test function gzseek() by calling it with SEEK_SET when writing
19 gzseek($h, strlen($str1) + 20, SEEK_SET);
/PHP-5.5/ext/dba/libinifile/
H A Dinifile.c252 php_stream_seek(dba->fp, dba->next.pos, SEEK_SET); in inifile_fetch()
301 php_stream_seek(dba->fp, dba->curr.pos, SEEK_SET); in inifile_nextkey()
320 php_stream_seek(dba->fp, size, SEEK_SET); in inifile_truncate()
333 php_stream_seek(dba->fp, 0, SEEK_SET); in inifile_find_group()
404 php_stream_seek(dba->fp, pos_start, SEEK_SET); in inifile_copy_to()
422 php_stream_seek(from->fp, 0, SEEK_SET); in inifile_filter()
429 php_stream_seek(from->fp, pos_start, SEEK_SET); in inifile_filter()
434 php_stream_seek(from->fp, pos_curr, SEEK_SET); in inifile_filter()
448 php_stream_seek(from->fp, pos_start, SEEK_SET); in inifile_filter()
539 php_stream_seek(fp_tmp, 0, SEEK_SET); in inifile_delete_replace_append()
[all …]
/PHP-5.5/ext/gd/libgd/
H A Dgd_io_file.c19 #ifndef SEEK_SET
20 #define SEEK_SET 0 macro
119 return (fseek (fctx->f, pos, SEEK_SET) == 0); in fileSeek()
/PHP-5.5/ext/standard/tests/filters/
H A Dfilter_errors.inc21 fseek($stream, 0, SEEK_SET);
31 fseek($stream, 0, SEEK_SET);
/PHP-5.5/ext/oci8/tests/
H A Dlob_temp.phpt16 var_dump($blob->seek(0, SEEK_SET));
24 var_dump($blob->seek(0, SEEK_SET));
/PHP-5.5/ext/standard/tests/http/
H A Dbug53198.phpt24 fseek($output, 0, SEEK_SET);
26 fseek($output, 0, SEEK_SET);
H A Dbug48929.phpt25 fseek($output, 0, SEEK_SET);
27 fseek($output, 0, SEEK_SET);
H A Dignore_errors.phpt34 fseek($output, 0, SEEK_SET);
36 fseek($output, 0, SEEK_SET);
/PHP-5.5/ext/zip/lib/
H A Dzip_file_get_offset.c61 if (fseeko(za->zp, offset, SEEK_SET) != 0) { in _zip_file_get_offset()
H A Dzip_filerange_crc.c53 if (fseeko(fp, start, SEEK_SET) != 0) { in _zip_filerange_crc()
/PHP-5.5/ext/phar/
H A Dzip.c190 php_stream_seek(fp, 0, SEEK_SET); in phar_parse_zipfile()
290 php_stream_seek(fp, PHAR_GET_32(locator.cdir_offset), SEEK_SET); in phar_parse_zipfile()
420 php_stream_seek(fp, 0, SEEK_SET); in phar_parse_zipfile()
567 php_stream_seek(fp, PHAR_GET_32(zipentry.offset), SEEK_SET); in phar_parse_zipfile()
583 php_stream_seek(fp, entry.offset, SEEK_SET); in phar_parse_zipfile()
587 php_stream_seek(fp, entry.offset, SEEK_SET); in phar_parse_zipfile()
637 php_stream_seek(fp, saveloc, SEEK_SET); in phar_parse_zipfile()
1027 phar_seek_efp(entry, 0, SEEK_SET, 0, 0 TSRMLS_CC); in phar_zip_changed_apply()
1097 php_stream_seek(pass->filefp, 0, SEEK_SET); in phar_zip_applysignature()
1100 php_stream_seek(pass->centralfp, 0, SEEK_SET); in phar_zip_applysignature()
[all …]

Completed in 43 milliseconds

12345