Home
last modified time | relevance | path

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

123

/PHP-8.3/ext/zlib/
H A Dzlib_fopen_wrapper.c62 if (whence == SEEK_END) { in php_gziop_seek()
/PHP-8.3/ext/standard/tests/file/
H A Dfopencookie.phpt65 case SEEK_END:
H A Dbug38450_3.phpt70 case SEEK_END:
H A Dinclude_streams.phpt87 case SEEK_END:
H A Dinclude_userstream_002.phpt76 case SEEK_END:
H A Dfgetc_variation1.phpt29 var_dump( fseek($file_handle, 0, SEEK_END) ); // set file pointer to eof
H A Dinclude_userstream_003.phpt76 case SEEK_END:
H A Dfscanf_variation53.phpt53 var_dump( fseek($file_handle, 0, SEEK_END) );
H A Dfwrite_variation2-win32.phpt62 fseek($file_handle, SEEK_END, 0);
H A Dfwrite_variation2.phpt62 fseek($file_handle, SEEK_END, 0);
H A Dfwrite_variation1-win32-mb.phpt54 fseek($file_handle, SEEK_END, 0);
H A Dfwrite_variation1.phpt47 fseek($file_handle, SEEK_END, 0);
H A Dfgets_variation6-win32.phpt41 var_dump( fseek($file_handle, 0, SEEK_END) ); // set file pointer to eof
H A Dfgets_variation6.phpt41 var_dump( fseek($file_handle, 0, SEEK_END) ); // set file pointer to eof
H A Dftruncate_variation7-win32.phpt51 fseek($file_handle, 0, SEEK_END);
H A Dftruncate_variation7.phpt51 fseek($file_handle, 0, SEEK_END);
/PHP-8.3/ext/standard/
H A Dfile_arginfo.h10 REGISTER_LONG_CONSTANT("SEEK_END", SEEK_END, CONST_PERSISTENT); in register_file_symbols()
H A Dphp_fopen_wrapper.c86 php_stream_seek(input->body, 0, SEEK_END); in php_stream_input_read()
/PHP-8.3/ext/phar/tests/
H A D027.phpt46 var_dump(fseek($a, 0, SEEK_END), ftell($a));
/PHP-8.3/ext/ftp/
H A Dphp_ftp.c603 php_stream_seek(stream, 0, SEEK_END); in PHP_FUNCTION()
647 php_stream_seek(stream, 0, SEEK_END); in PHP_FUNCTION()
723 php_stream_seek(outstream, 0, SEEK_END); in PHP_FUNCTION()
785 php_stream_seek(outstream, 0, SEEK_END); in PHP_FUNCTION()
/PHP-8.3/ext/phar/
H A Dphar.c846 if (-1 == php_stream_seek(fp, -8, SEEK_END) in phar_parse_pharfile()
914 php_stream_seek(fp, -(8 + 64), SEEK_END); in phar_parse_pharfile()
941 php_stream_seek(fp, -(8 + 32), SEEK_END); in phar_parse_pharfile()
968 php_stream_seek(fp, -(8 + 20), SEEK_END); in phar_parse_pharfile()
995 php_stream_seek(fp, -(8 + 16), SEEK_END); in phar_parse_pharfile()
1773 php_stream_seek(fp, 0, SEEK_END); in phar_open_from_fp()
2872 php_stream_seek(entry->cfp, 0, SEEK_END); in phar_flush()
H A Dutil.c140 case SEEK_END: in phar_seek_efp()
460 phar_seek_efp(entry, 0, SEEK_END, 0, 0); in phar_get_entry_data()
775 php_stream_seek(ufp, 0, SEEK_END); in phar_open_entry_fp()
1940 php_stream_seek(fp, 0, SEEK_END); in phar_create_signature()
H A Ddirstream.c66 if (whence == SEEK_END) { in phar_dir_seek()
/PHP-8.3/ext/com_dotnet/
H A Dcom_persist.c145 case STREAM_SEEK_END: whence = SEEK_END; break; in stm_seek()
/PHP-8.3/main/streams/
H A Dmemory.c158 case SEEK_END: in php_stream_memory_seek()

Completed in 43 milliseconds

123