Home
last modified time | relevance | path

Searched refs:php_stream_tell (Results 1 – 23 of 23) sorted by relevance

/PHP-8.2/ext/dba/libinifile/
H A Dinifile.c181 ln->pos = php_stream_tell(dba->fp); in inifile_read()
201 ln->pos = php_stream_tell(dba->fp); in inifile_read()
266 dba->next.pos = php_stream_tell(dba->fp); in inifile_fetch()
278 dba->next.pos = php_stream_tell(dba->fp); in inifile_fetch()
341 *pos_grp_start = php_stream_tell(dba->fp); in inifile_find_group()
349 *pos_grp_start = php_stream_tell(dba->fp); in inifile_find_group()
364 *pos_grp_start = php_stream_tell(dba->fp); in inifile_next_group()
371 *pos_grp_start = php_stream_tell(dba->fp); in inifile_next_group()
423 pos_curr = php_stream_tell(from->fp); in inifile_filter()
435 pos_next = php_stream_tell(from->fp); in inifile_filter()
[all …]
/PHP-8.2/ext/dba/libflatfile/
H A Dflatfile.c120 pos = php_stream_tell(dba->fp); in flatfile_delete()
213 dba->CurrentFlatFilePos = php_stream_tell(dba->fp); in flatfile_firstkey()
265 dba->CurrentFlatFilePos = php_stream_tell(dba->fp); in flatfile_nextkey()
/PHP-8.2/ext/phar/
H A Dzip.c208 size = php_stream_tell(fp); in phar_parse_zipfile()
363 zend_off_t beforeus = php_stream_tell(fp); in phar_parse_zipfile()
466 php_stream_tell(fp); in phar_parse_zipfile()
518 zend_off_t loc = php_stream_tell(fp); in phar_parse_zipfile()
610 zend_off_t restore_pos = php_stream_tell(fp); in phar_parse_zipfile()
905 PHAR_SET_32(central.offset, php_stream_tell(p->filefp)); in phar_zip_changed_apply_int()
1024 entry->header_offset = php_stream_tell(p->filefp); in phar_zip_changed_apply_int()
1163 tell = php_stream_tell(pass->filefp); in phar_zip_applysignature()
1167 tell = php_stream_tell(pass->centralfp); in phar_zip_applysignature()
1474 cdir_size = php_stream_tell(pass.centralfp); in phar_zip_flush()
[all …]
H A Dtar.c164 size_t save = php_stream_tell(fp), read; in phar_tar_process_metadata()
226 totalsize = php_stream_tell(fp); in phar_parse_tarfile()
262 pos = php_stream_tell(fp); in phar_parse_tarfile()
302 curloc = php_stream_tell(fp); in phar_parse_tarfile()
320 …if (FAILURE == phar_verify_signature(fp, php_stream_tell(fp) - size - 512, myphar->sig_flags, buf … in phar_parse_tarfile()
334 if ((uint32_t)php_stream_tell(fp) > totalsize) { in phar_parse_tarfile()
402 if ((uint32_t)php_stream_tell(fp) > totalsize) { in phar_parse_tarfile()
590 if ((uint32_t)php_stream_tell(fp) > totalsize) { in phar_parse_tarfile()
803 entry->header_offset = php_stream_tell(fp->new); in phar_tar_writeheaders_int()
812 pos = php_stream_tell(fp->new); /* save start of file within tar */ in phar_tar_writeheaders_int()
H A Dphar.c847 || (read_len = php_stream_tell(fp)) < 20 in phar_parse_pharfile()
886 || !(end_of_phar = php_stream_tell(fp)) in phar_parse_pharfile()
915 read_len = php_stream_tell(fp); in phar_parse_pharfile()
942 read_len = php_stream_tell(fp); in phar_parse_pharfile()
969 read_len = php_stream_tell(fp); in phar_parse_pharfile()
996 read_len = php_stream_tell(fp); in phar_parse_pharfile()
2714 manifest_ftell = php_stream_tell(newfile); in phar_flush()
2852 entry->header_offset = php_stream_tell(entry->cfp); in phar_flush()
2879 entry->compressed_filesize = ((uint32_t) php_stream_tell(entry->cfp)) - entry->header_offset; in phar_flush()
2962 manifest_ftell = php_stream_tell(newfile); in phar_flush()
[all …]
H A Dstream.c393 data->position = php_stream_tell(data->fp) - data->zero; in phar_stream_read()
438 *newoffset = php_stream_tell(data->fp) - data->zero; in phar_stream_seek()
456 data->position = php_stream_tell(data->fp); in phar_stream_write()
H A Dutil.c766 loc = php_stream_tell(ufp); in phar_open_entry_fp()
782 if (php_stream_tell(ufp) - loc != (zend_off_t) entry->uncompressed_filesize) { in phar_open_entry_fp()
1936 …if (FAILURE == phar_call_openssl_signverify(1, fp, php_stream_tell(fp), PHAR_G(openssl_privatekey)… in phar_create_signature()
H A Dphar_object.c1651 data->internal_file->offset_abs = data->internal_file->offset = php_stream_tell(p_obj->fp); in phar_build()
1655 php_stream_tell(p_obj->fp) - data->internal_file->offset; in phar_build()
1933 offset = php_stream_tell(fp); in phar_copy_file_contents()
/PHP-8.2/ext/dba/libcdb/
H A Dcdb_make.c69 return php_stream_tell(c->fp); in cdb_make_start()
230 if (php_stream_tell(c->fp) != 0) in cdb_make_finish()
/PHP-8.2/main/streams/
H A Dmemory.c353 zend_off_t pos = php_stream_tell(ts->innerstream); in php_stream_temp_write()
446 *newoffs = php_stream_tell(ts->innerstream); in php_stream_temp_seek()
493 pos = php_stream_tell(ts->innerstream); in php_stream_temp_cast()
H A Dcast.c249 pos = php_stream_tell(stream); in _php_stream_cast()
H A Dstreams.c1459 …p = php_stream_mmap_range(stream, php_stream_tell(stream), PHP_STREAM_MMAP_ALL, PHP_STREAM_MAP_MOD… in _php_stream_passthru()
1688 …p = php_stream_mmap_range(src, php_stream_tell(src), chunk_size, PHP_STREAM_MAP_MODE_SHARED_READON… in _php_stream_copy_to_stream_ex()
/PHP-8.2/ext/ftp/
H A Dphp_ftp.c604 resumepos = php_stream_tell(stream); in PHP_FUNCTION()
648 resumepos = php_stream_tell(stream); in PHP_FUNCTION()
724 resumepos = php_stream_tell(outstream); in PHP_FUNCTION()
786 resumepos = php_stream_tell(outstream); in PHP_FUNCTION()
/PHP-8.2/ext/dba/
H A Ddba_cdb.c224 return php_stream_tell(fp); in cdb_file_lseek()
/PHP-8.2/ext/fileinfo/
H A Dfileinfo.c360 streampos = php_stream_tell(stream); /* remember stream position for restoration */ in _php_finfo_get_type()
/PHP-8.2/ext/exif/
H A Dexif.c3335 fpos = php_stream_tell(ImageInfo->infile); in exif_process_IFD_TAG_impl()
3337 fgot = php_stream_tell(ImageInfo->infile); in exif_process_IFD_TAG_impl()
3810 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
3840 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
3890 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
4443 ImageInfo->FileSize = php_stream_tell(ImageInfo->infile); in exif_read_from_impl()
4475 off_t old_pos = php_stream_tell(stream); in exif_read_from_stream()
/PHP-8.2/main/
H A Dphp_streams.h314 #define php_stream_tell(stream) _php_stream_tell((stream)) macro
/PHP-8.2/docs/
H A Dstreams.md35 PHPAPI off_t php_stream_tell(php_stream * stream);
/PHP-8.2/ext/standard/
H A Dstreamsfuncs.c472 position = php_stream_tell(stream); in PHP_FUNCTION()
H A Dfilters.c1647 data->offset = php_stream_tell(stream); in consumed_filter_filter()
H A Dfile.c1096 ret = php_stream_tell(stream); in PHP_FUNCTION()
/PHP-8.2/ext/gd/
H A Dgd.c579 i = php_stream_tell(stream); in PHP_FUNCTION()
581 body_size_check = php_stream_tell(stream) - hdr_size; in PHP_FUNCTION()
/PHP-8.2/ext/spl/
H A Dspl_directory.c2521 ret = php_stream_tell(intern->u.file.stream); in PHP_METHOD()

Completed in 143 milliseconds