Home
last modified time | relevance | path

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

12345

/PHP-8.3/ext/standard/
H A Dimage.c185 if (php_stream_seek(stream, 8, SEEK_SET)) { in php_handle_swc()
H A Dfilters.c1651 php_stream_seek(stream, data->offset + data->consumed, SEEK_SET); in consumed_filter_filter()
H A Dbasic_functions.stub.php2772 function fseek($stream, int $offset, int $whence = SEEK_SET): int {}
/PHP-8.3/ext/phar/
H A Dfunc_interceptors.c210 if (offset > 0 && php_stream_seek(stream, offset, SEEK_SET) < 0) { in PHAR_FUNC()
/PHP-8.3/ext/standard/tests/file/
H A Dfgetcsv_variation8.phpt74 fseek($file_handle, 0, SEEK_SET);
H A Dfgetcsv_variation9.phpt77 fseek($file_handle, 0, SEEK_SET);
H A Dfgetcsv_variation17.phpt67 fseek($file_handle, 0, SEEK_SET);
H A Dfgetcsv_variation2.phpt71 fseek($file_handle, 0, SEEK_SET);
H A Dfgetcsv_variation7.phpt74 fseek($file_handle, 0, SEEK_SET);
H A Dfgetcsv_variation11.phpt72 fseek($file_handle, 0, SEEK_SET);
H A Dfgetcsv_variation6.phpt73 fseek($file_handle, 0, SEEK_SET);
/PHP-8.3/ext/gd/
H A Dgd.c582 php_stream_seek(stream, i, SEEK_SET); in PHP_FUNCTION()
1799 fseek(tmp, 0, SEEK_SET); in _php_image_output()
/PHP-8.3/ext/fileinfo/libmagic/
H A Dcdf.c354 if (FINFO_LSEEK_FUNC(info->i_fd, off, SEEK_SET) == (zend_off_t)-1) in cdf_read()
/PHP-8.3/ext/sqlite3/
H A Dsqlite3.c1182 case SEEK_SET: in php_sqlite3_stream_seek()
/PHP-8.3/ext/spl/
H A Dspl_directory.c2527 zend_long pos, whence = SEEK_SET; in PHP_METHOD()
/PHP-8.3/sapi/litespeed/
H A Dlsapilib.c1952 if (lseek(fdIn, *off, SEEK_SET) == -1) { in gsendfile()
/PHP-8.3/build/
H A Dphp.m41458 if (fp && fseek(fp, 8192, SEEK_SET) == 0 && g.pos == 8192)
/PHP-8.3/ext/pgsql/
H A Dpgsql.c2751 if (whence != SEEK_SET && whence != SEEK_CUR && whence != SEEK_END) { in PHP_FUNCTION()

Completed in 178 milliseconds

12345