Home
last modified time | relevance | path

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

12345

/PHP-8.3/ext/standard/tests/http/
H A Dbug65634.phpt28 fseek($output, 0, SEEK_SET);
H A Dbug61548.phpt29 fseek($output, 0, SEEK_SET);
/PHP-8.3/ext/dba/libflatfile/
H A Dflatfile.c126 php_stream_seek(dba->fp, pos, SEEK_SET); in flatfile_delete()
242 php_stream_seek(dba->fp, dba->CurrentFlatFilePos, SEEK_SET); in flatfile_nextkey()
/PHP-8.3/ext/dba/libcdb/
H A Dcdb.c104 if (php_stream_seek(c->fp, pos, SEEK_SET) == -1) { in cdb_read()
H A Dcdb_make.c65 if (php_stream_seek(f, c->pos, SEEK_SET) == -1) { in cdb_make_start()
/PHP-8.3/ext/standard/tests/file/
H A Dbug38450.phpt52 case SEEK_SET:
H A Dbug38450_1.phpt52 case SEEK_SET:
H A Dbug38450_2.phpt52 case SEEK_SET:
H A Dfopencookie.phpt49 case SEEK_SET:
H A Dbug38450_3.phpt52 case SEEK_SET:
H A Dinclude_streams.phpt71 case SEEK_SET:
H A Dinclude_userstream_002.phpt60 case SEEK_SET:
H A Dinclude_userstream_003.phpt60 case SEEK_SET:
/PHP-8.3/ext/fileinfo/
H A Dfileinfo.c361 php_stream_seek(stream, 0, SEEK_SET); in _php_finfo_get_type()
365 php_stream_seek(stream, streampos, SEEK_SET); in _php_finfo_get_type()
/PHP-8.3/ext/zlib/
H A Dzlib.stub.php253 function gzseek($stream, int $offset, int $whence = SEEK_SET): int {}
/PHP-8.3/ext/standard/
H A Dfile_arginfo.h8 REGISTER_LONG_CONSTANT("SEEK_SET", SEEK_SET, CONST_PERSISTENT); in register_file_symbols()
/PHP-8.3/ext/phar/
H A Dtar.c172 php_stream_seek(fp, save, SEEK_SET); in phar_tar_process_metadata()
198 php_stream_seek(fp, save, SEEK_SET); in phar_tar_process_metadata()
220 php_stream_seek(fp, 0, SEEK_SET); in phar_parse_tarfile()
322 php_stream_seek(fp, curloc + 512, SEEK_SET); in phar_parse_tarfile()
565 php_stream_seek(fp, pos, SEEK_SET); in phar_parse_tarfile()
813 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0)) { in phar_tar_writeheaders_int()
H A Dutil.c146 case SEEK_SET: in phar_seek_efp()
161 return php_stream_seek(fp, temp, SEEK_SET); in phar_seek_efp()
672 phar_seek_efp(source, 0, SEEK_SET, 0, 1); in phar_copy_entry_fp()
778 php_stream_seek(phar_get_entrypfp(entry), phar_get_fp_offset(entry), SEEK_SET); in phar_open_entry_fp()
881 phar_seek_efp(entry, 0, SEEK_SET, 0, 1); in phar_separate_entry_fp()
921 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 1)) { in phar_open_jit()
1605 php_stream_seek(fp, 0, SEEK_SET); in phar_verify_signature()
H A Dstream.c390 php_stream_seek(data->fp, data->position + data->zero, SEEK_SET); in phar_stream_read()
423 case SEEK_SET : in phar_stream_seek()
437 res = php_stream_seek(data->fp, temp, SEEK_SET); in phar_stream_seek()
451 php_stream_seek(data->fp, data->position, SEEK_SET); in phar_stream_write()
H A Dphar.c754 if (-1 == php_stream_seek(fp, halt_offset, SEEK_SET)) { in phar_parse_pharfile()
785 if (-1 == php_stream_seek(fp, halt_offset, SEEK_SET)) { in phar_parse_pharfile()
2403 php_stream_seek(phar_get_entrypfp(idata->internal_file), entry->header_offset, SEEK_SET); in phar_postprocess_file()
2417 entry->compressed_filesize, SEEK_SET); in phar_postprocess_file()
2449 php_stream_seek(fp, idata->zero, SEEK_SET); in phar_postprocess_file()
2453 php_stream_seek(fp, idata->zero, SEEK_SET); in phar_postprocess_file()
2790 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 1)) { in phar_flush()
2848 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0)) { in phar_flush()
3050 php_stream_seek(file, entry->header_offset, SEEK_SET); in phar_flush()
3053 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0)) { in phar_flush()
[all …]
H A Ddirstream.c67 whence = SEEK_SET; in phar_dir_seek()
71 if (whence == SEEK_SET) { in phar_dir_seek()
/PHP-8.3/ext/session/
H A Dmod_files.c247 lseek(data->fd, 0, SEEK_SET); in ps_files_write()
494 lseek(data->fd, 0, SEEK_SET); in PS_READ_FUNC()
/PHP-8.3/ext/spl/
H A Dspl_directory.stub.php325 public function fseek(int $offset, int $whence = SEEK_SET): int {}
/PHP-8.3/ext/opcache/
H A Dzend_shared_alloc.c484 mem_write_lock.l_whence = SEEK_SET; in zend_shared_alloc_lock()
523 mem_write_unlock.l_whence = SEEK_SET; in zend_shared_alloc_unlock()
/PHP-8.3/ext/dba/
H A Ddba_cdb.c235 if (cdb_file_lseek(cdb->file, (zend_off_t)n, SEEK_SET) != (zend_off_t) n) return NULL; \

Completed in 92 milliseconds

12345