Home
last modified time | relevance | path

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

12345

/php-src/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-src/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-src/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-src/ext/zlib/
H A Dzlib.stub.php253 function gzseek($stream, int $offset, int $whence = SEEK_SET): int {}
/php-src/ext/standard/tests/http/
H A Dbug61548.phpt29 fseek($output, 0, SEEK_SET);
H A Dbug38802.phpt38 fseek($output, 0, SEEK_SET);
/php-src/ext/standard/
H A Dfile_arginfo.h6 REGISTER_LONG_CONSTANT("SEEK_SET", SEEK_SET, CONST_PERSISTENT); in register_file_symbols()
/php-src/ext/phar/
H A Dtar.c174 php_stream_seek(fp, save, SEEK_SET); in phar_tar_process_metadata()
200 php_stream_seek(fp, save, SEEK_SET); in phar_tar_process_metadata()
222 php_stream_seek(fp, 0, SEEK_SET); in phar_parse_tarfile()
324 php_stream_seek(fp, curloc + 512, SEEK_SET); in phar_parse_tarfile()
567 php_stream_seek(fp, pos, SEEK_SET); in phar_parse_tarfile()
815 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0)) { in phar_tar_writeheaders_int()
H A Dutil.c169 case SEEK_SET: in phar_seek_efp()
184 return php_stream_seek(fp, temp, SEEK_SET); in phar_seek_efp()
437 phar_seek_efp(entry, 0, SEEK_SET, 0, 1); in phar_separate_entry_fp()
795 phar_seek_efp(source, 0, SEEK_SET, 0, 1); in phar_copy_entry_fp()
925 php_stream_seek(phar_get_entrypfp(entry), phar_get_fp_offset(entry), SEEK_SET); in phar_open_entry_fp()
969 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 1)) { in phar_open_jit()
1641 php_stream_seek(fp, 0, SEEK_SET); in phar_verify_signature()
H A Dstream.c388 php_stream_seek(data->fp, data->position + data->zero, SEEK_SET); in phar_stream_read()
421 case SEEK_SET : in phar_stream_seek()
435 res = php_stream_seek(data->fp, temp, SEEK_SET); in phar_stream_seek()
449 php_stream_seek(data->fp, data->position, SEEK_SET); in phar_stream_write()
H A Dphar.c756 if (-1 == php_stream_seek(fp, halt_offset, SEEK_SET)) { in phar_parse_pharfile()
787 if (-1 == php_stream_seek(fp, halt_offset, SEEK_SET)) { in phar_parse_pharfile()
2395 php_stream_seek(phar_get_entrypfp(idata->internal_file), entry->header_offset, SEEK_SET); in phar_postprocess_file()
2409 entry->compressed_filesize, SEEK_SET); in phar_postprocess_file()
2441 php_stream_seek(fp, idata->zero, SEEK_SET); in phar_postprocess_file()
2446 php_stream_seek(fp, idata->zero, SEEK_SET); in phar_postprocess_file()
2753 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 1)) { in phar_flush_ex()
2811 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0)) { in phar_flush_ex()
3013 php_stream_seek(file, entry->header_offset, SEEK_SET); in phar_flush_ex()
3016 if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0)) { in phar_flush_ex()
[all …]
H A Ddirstream.c67 whence = SEEK_SET; in phar_dir_seek()
71 if (whence == SEEK_SET) { in phar_dir_seek()
/php-src/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-src/ext/opcache/jit/ir/
H A Dir_disasm.c763 if (lseek(fd, sect->ofs, SEEK_SET) < 0) {
814 && lseek(fd, hdr.shofs, SEEK_SET) >= 0) {
823 if (lseek(fd, hdr.shofs + sect.link * sizeof(sect), SEEK_SET) >= 0
839 if (lseek(fd, hdr.shofs + (i + 1) * sizeof(sect), SEEK_SET) < 0) {
/php-src/ext/spl/
H A Dspl_directory.stub.php274 public function fseek(int $offset, int $whence = SEEK_SET): int {}
/php-src/ext/opcache/
H A Dzend_shared_alloc.c489 mem_write_lock.l_whence = SEEK_SET; in zend_shared_alloc_lock()
528 mem_write_unlock.l_whence = SEEK_SET; in zend_shared_alloc_unlock()
/php-src/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 100 milliseconds

12345