Home
last modified time | relevance | path

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

12345

/php-src/ext/standard/tests/file/
H A Dfseek_ftell_rewind_basic1.phpt14 $whence_set = array(SEEK_SET,SEEK_CUR,SEEK_END);
60 -- Testing fseek() with whence = SEEK_SET --
76 -- Testing fseek() with whence = SEEK_SET --
92 -- Testing fseek() with whence = SEEK_SET --
108 -- Testing fseek() with whence = SEEK_SET --
124 -- Testing fseek() with whence = SEEK_SET --
140 -- Testing fseek() with whence = SEEK_SET --
156 -- Testing fseek() with whence = SEEK_SET --
172 -- Testing fseek() with whence = SEEK_SET --
188 -- Testing fseek() with whence = SEEK_SET --
[all …]
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt21 $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_ftell_rewind_basic2-win32.phpt21 $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_ftell_rewind_basic2.phpt21 $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.phpt17 var_dump(fseek($h, -4, SEEK_SET));
25 var_dump(fseek($h, 16, SEEK_SET));
27 fseek($h ,0, SEEK_SET);
H A Duserstreams.phpt129 case SEEK_SET:
190 array(SEEK_SET, 0, 0),
197 array(SEEK_SET, 0, 0)
202 SEEK_SET,
207 SEEK_SET => "SEEK_SET",
216 case SEEK_SET:
289 fseek($fp, $DATALEN / 2, SEEK_SET);
290 fseek($tf, $DATALEN / 2, SEEK_SET);
H A Dfpassthru_variation.phpt41 fseek($file_read, $offset_arr[$i], SEEK_SET);
58 fseek($file_read, 12, SEEK_SET);
H A Dfread_fwrite_basic.phpt20 fseek($h, 0, SEEK_SET);
27 fseek($h, 0, SEEK_SET);
H A Dfseek_ftell_rewind_variation3.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all r and a modes, SEEK_SET
10 2. Testing fseek() with whence = SEEK_SET
13 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all r and a modes ***\n";
24 echo "*** Testing fseek() with whence = SEEK_SET ***\n";
38 var_dump( fseek($file_handle,$count,SEEK_SET) );
54 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all r and a modes ***
55 *** Testing fseek() with whence = SEEK_SET ***
H A Dfeof_basic.phpt48 fseek($h, 20, SEEK_SET);
52 fseek($h, $eofPointer, SEEK_SET);
56 fseek($h, $eofPointer + 1000, SEEK_SET);
H A Dbug45303.phpt7 var_dump(fseek($fd, 1024*1024, SEEK_SET));
H A Dbug81145.phpt41 fseek($f1, SIZE_4G - 0x100, SEEK_SET);
42 fseek($f2, SIZE_4G - 0x100, SEEK_SET);
/php-src/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 Dtemp_stream_seek.phpt8 fseek($f, 0, SEEK_SET);
11 fseek($f, 0, SEEK_SET);
H A Dstream_copy_to_stream_socket.phpt18 fseek($tmp, 0, SEEK_SET);
23 fseek($tmp, 0, SEEK_SET);
/php-src/ext/zlib/tests/
H A Dgzseek_variation2.phpt2 Test function gzseek() by calling it with SEEK_SET when reading
11 var_dump(gzseek( $h, 50, SEEK_SET ) );
17 var_dump(gzseek( $h, 100, SEEK_SET ) );
23 var_dump(gzseek( $h, 20, SEEK_SET ) );
H A Dgzseek_variation4.phpt2 Test function gzseek() by calling it with SEEK_SET when writing
15 gzseek($h, strlen($str1) + 20, SEEK_SET);
/php-src/ext/zip/tests/
H A Doo_stream_seek.phpt22 var_dump(fseek($fp, 1, SEEK_SET));
25 var_dump(fseek($fp, 0, SEEK_SET));
36 var_dump(fseek($fp, 2, SEEK_SET));
47 var_dump(fseek($fp, 1, SEEK_SET));
50 var_dump(fseek($fp, 0, SEEK_SET));
/php-src/tests/basic/
H A Denable_post_data_reading_07.phpt13 fseek($f1, 3, SEEK_SET);
15 fseek($f1, 1, SEEK_SET);
25 fseek($f2, 1, SEEK_SET);
/php-src/ext/dba/libinifile/
H A Dinifile.c248 php_stream_seek(dba->fp, dba->next.pos, SEEK_SET); in inifile_fetch()
296 php_stream_seek(dba->fp, dba->curr.pos, SEEK_SET); in inifile_nextkey()
314 php_stream_seek(dba->fp, size, SEEK_SET); in inifile_truncate()
327 php_stream_seek(dba->fp, 0, SEEK_SET); in inifile_find_group()
397 php_stream_seek(dba->fp, pos_start, SEEK_SET); in inifile_copy_to()
415 php_stream_seek(from->fp, 0, SEEK_SET); in inifile_filter()
425 php_stream_seek(from->fp, pos_start, SEEK_SET); in inifile_filter()
430 php_stream_seek(from->fp, pos_curr, SEEK_SET); in inifile_filter()
444 php_stream_seek(from->fp, pos_start, SEEK_SET); in inifile_filter()
534 php_stream_seek(fp_tmp, 0, SEEK_SET); in inifile_delete_replace_append()
[all …]
/php-src/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-src/ext/standard/tests/filters/
H A Dfilter_errors.inc21 fseek($stream, 0, SEEK_SET);
31 fseek($stream, 0, SEEK_SET);
/php-src/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);
/php-src/ext/exif/tests/
H A Dexif_read_data_streams_seek.phpt12 fseek($fp, 100, SEEK_SET);

Completed in 36 milliseconds

12345