Home
last modified time | relevance | path

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

/PHP-7.4/ext/dba/libinifile/
H A Dinifile.c184 ln->pos = php_stream_tell(dba->fp); in inifile_read()
204 ln->pos = php_stream_tell(dba->fp); in inifile_read()
270 dba->next.pos = php_stream_tell(dba->fp); in inifile_fetch()
282 dba->next.pos = php_stream_tell(dba->fp); in inifile_fetch()
348 *pos_grp_start = php_stream_tell(dba->fp); in inifile_find_group()
356 *pos_grp_start = php_stream_tell(dba->fp); in inifile_find_group()
371 *pos_grp_start = php_stream_tell(dba->fp); in inifile_next_group()
378 *pos_grp_start = php_stream_tell(dba->fp); in inifile_next_group()
431 pos_curr = php_stream_tell(from->fp); in inifile_filter()
443 pos_next = php_stream_tell(from->fp); in inifile_filter()
[all …]
/PHP-7.4/ext/dba/libflatfile/
H A Dflatfile.c125 pos = php_stream_tell(dba->fp); in flatfile_delete()
220 dba->CurrentFlatFilePos = php_stream_tell(dba->fp); in flatfile_firstkey()
273 dba->CurrentFlatFilePos = php_stream_tell(dba->fp); in flatfile_nextkey()
/PHP-7.4/ext/dba/libcdb/
H A Dcdb_make.c71 return php_stream_tell(c->fp); in cdb_make_start()
232 if (php_stream_tell(c->fp) != 0) in cdb_make_finish()
/PHP-7.4/ext/phar/
H A Dtar.c164 size_t save = php_stream_tell(fp), read; in phar_tar_process_metadata()
229 totalsize = php_stream_tell(fp); in phar_parse_tarfile()
265 pos = php_stream_tell(fp); in phar_parse_tarfile()
305 curloc = php_stream_tell(fp); in phar_parse_tarfile()
323 …if (FAILURE == phar_verify_signature(fp, php_stream_tell(fp) - size - 512, myphar->sig_flags, buf … in phar_parse_tarfile()
337 if ((uint32_t)php_stream_tell(fp) > totalsize) { in phar_parse_tarfile()
405 if ((uint32_t)php_stream_tell(fp) > totalsize) { in phar_parse_tarfile()
592 if ((uint32_t)php_stream_tell(fp) > totalsize) { in phar_parse_tarfile()
805 entry->header_offset = php_stream_tell(fp->new); in phar_tar_writeheaders_int()
814 pos = php_stream_tell(fp->new); /* save start of file within tar */ in phar_tar_writeheaders_int()
H A Dzip.c207 size = php_stream_tell(fp); in phar_parse_zipfile()
369 zend_off_t beforeus = php_stream_tell(fp); in phar_parse_zipfile()
435 php_stream_tell(fp); in phar_parse_zipfile()
487 zend_off_t loc = php_stream_tell(fp); in phar_parse_zipfile()
581 saveloc = php_stream_tell(fp); in phar_parse_zipfile()
887 PHAR_SET_32(central.offset, php_stream_tell(p->filefp)); in phar_zip_changed_apply_int()
1017 entry->header_offset = php_stream_tell(p->filefp); in phar_zip_changed_apply_int()
1160 tell = php_stream_tell(pass->filefp); in phar_zip_applysignature()
1164 tell = php_stream_tell(pass->centralfp); in phar_zip_applysignature()
1486 cdir_size = php_stream_tell(pass.centralfp); in phar_zip_flush()
[all …]
H A Dphar.c783 || (read_len = php_stream_tell(fp)) < 20 in phar_parse_pharfile()
820 || !(end_of_phar = php_stream_tell(fp)) in phar_parse_pharfile()
849 read_len = php_stream_tell(fp); in phar_parse_pharfile()
876 read_len = php_stream_tell(fp); in phar_parse_pharfile()
903 read_len = php_stream_tell(fp); in phar_parse_pharfile()
930 read_len = php_stream_tell(fp); in phar_parse_pharfile()
2676 manifest_ftell = php_stream_tell(newfile); in phar_flush()
2820 entry->header_offset = php_stream_tell(entry->cfp); in phar_flush()
2847 entry->compressed_filesize = ((uint32_t) php_stream_tell(entry->cfp)) - entry->header_offset; in phar_flush()
2930 manifest_ftell = php_stream_tell(newfile); in phar_flush()
[all …]
H A Dstream.c385 data->position = php_stream_tell(data->fp) - data->zero; in phar_stream_read()
430 *newoffset = php_stream_tell(data->fp) - data->zero; in phar_stream_seek()
448 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()
1882 …if (FAILURE == phar_call_openssl_signverify(1, fp, php_stream_tell(fp), PHAR_G(openssl_privatekey)… in phar_create_signature()
H A Dphar_object.c1684 data->internal_file->offset_abs = data->internal_file->offset = php_stream_tell(p_obj->fp); in phar_build()
1688 php_stream_tell(p_obj->fp) - data->internal_file->offset; in phar_build()
1983 offset = php_stream_tell(fp); in phar_copy_file_contents()
/PHP-7.4/ext/dba/
H A Ddba_cdb.c228 return php_stream_tell(fp); in cdb_file_lseek()
/PHP-7.4/main/streams/
H A Dcast.c246 pos = php_stream_tell(stream); in _php_stream_cast()
H A Dmemory.c472 *newoffs = php_stream_tell(ts->innerstream); in php_stream_temp_seek()
520 pos = php_stream_tell(ts->innerstream); in php_stream_temp_cast()
H A Dstreams.c1426 …p = php_stream_mmap_range(stream, php_stream_tell(stream), PHP_STREAM_MMAP_ALL, PHP_STREAM_MAP_MOD… in _php_stream_passthru()
1577 …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-7.4/ext/ftp/
H A Dphp_ftp.c876 resumepos = php_stream_tell(stream); in PHP_FUNCTION()
924 resumepos = php_stream_tell(stream); in PHP_FUNCTION()
1008 resumepos = php_stream_tell(outstream); in PHP_FUNCTION()
1074 resumepos = php_stream_tell(outstream); in PHP_FUNCTION()
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c512 streampos = php_stream_tell(stream); /* remember stream position for restoration */ in _php_finfo_get_type()
/PHP-7.4/ext/exif/
H A Dexif.c3361 fpos = php_stream_tell(ImageInfo->infile); in exif_process_IFD_TAG_impl()
3363 fgot = php_stream_tell(ImageInfo->infile); in exif_process_IFD_TAG_impl()
3825 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
3855 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
3905 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
4454 ImageInfo->FileSize = php_stream_tell(ImageInfo->infile); in exif_read_from_impl()
4487 off_t old_pos = php_stream_tell(stream); in exif_read_from_stream()
/PHP-7.4/main/
H A Dphp_streams.h306 #define php_stream_tell(stream) _php_stream_tell((stream)) macro
/PHP-7.4/docs/
H A Dstreams.md35 PHPAPI off_t php_stream_tell(php_stream * stream);
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c443 position = php_stream_tell(stream); in PHP_FUNCTION()
H A Dfilters.c1779 data->offset = php_stream_tell(stream); in consumed_filter_filter()
H A Dfile.c1277 ret = php_stream_tell(stream); in PHP_FUNCTION()
/PHP-7.4/ext/gd/
H A Dgd.c1471 i = php_stream_tell(stream); in PHP_FUNCTION()
1473 body_size_check = php_stream_tell(stream) - hdr_size; in PHP_FUNCTION()
/PHP-7.4/ext/spl/
H A Dspl_directory.c2789 ret = php_stream_tell(intern->u.file.stream); in SPL_METHOD()

Completed in 138 milliseconds