Home
last modified time | relevance | path

Searched refs:SEEK_END (Results 51 – 68 of 68) sorted by relevance

123

/PHP-8.3/ext/phar/
H A Dzip.c213 if (FAILURE == php_stream_seek(fp, -size, SEEK_END)) { in phar_parse_zipfile()
992 php_stream_seek(entry->cfp, 0, SEEK_END); in phar_zip_changed_apply_int()
H A Dstream.c417 case SEEK_END : in phar_stream_seek()
H A Dtar.c218 php_stream_seek(fp, 0, SEEK_END); in phar_parse_tarfile()
/PHP-8.3/ext/standard/tests/file/
H A Dfgetcsv_variation22.phpt63 var_dump( fseek($file_handle, 0, SEEK_END) );
H A Dfgetcsv_variation29.phpt64 var_dump( fseek($file_handle, 0, SEEK_END) );
H A Dfgetcsv_variation30.phpt63 var_dump( fseek($file_handle, 0, SEEK_END) );
H A Dfgetcsv_variation31.phpt64 var_dump( fseek($file_handle, 0, SEEK_END) );
H A Dfread_variation3-win32-mb.phpt88 fseek($file_handle, 0, SEEK_END);
H A Dfread_variation3-win32.phpt88 fseek($file_handle, 0, SEEK_END);
H A Dfread_variation3.phpt88 fseek($file_handle, 0, SEEK_END);
H A Dfread_variation4.phpt80 fseek($file_handle, 0, SEEK_END);
H A Dfgetcsv_variation10.phpt64 var_dump( fseek($file_handle, 0, SEEK_END) );
/PHP-8.3/ext/pgsql/
H A Dpgsql_arginfo.h738 REGISTER_LONG_CONSTANT("PGSQL_SEEK_END", SEEK_END, CONST_PERSISTENT); in register_pgsql_symbols()
H A Dpgsql.c2751 if (whence != SEEK_SET && whence != SEEK_CUR && whence != SEEK_END) { in PHP_FUNCTION()
/PHP-8.3/ext/standard/
H A Dfile.c439 if (offset != 0 && php_stream_seek(stream, offset, ((offset > 0) ? SEEK_SET : SEEK_END)) < 0) { in PHP_FUNCTION()
/PHP-8.3/ext/sqlite3/
H A Dsqlite3.c1193 case SEEK_END: in php_sqlite3_stream_seek()
/PHP-8.3/ext/gd/
H A Dgd.c580 php_stream_seek(stream, 0, SEEK_END); in PHP_FUNCTION()
/PHP-8.3/ext/exif/
H A Dexif.c4422 php_stream_seek(ImageInfo->infile, 0, SEEK_END); in exif_read_from_impl()

Completed in 73 milliseconds

123