Home
last modified time | relevance | path

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

/PHP-7.3/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.3/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.3/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.3/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()
296 curloc = php_stream_tell(fp); in phar_parse_tarfile()
314 …if (FAILURE == phar_verify_signature(fp, php_stream_tell(fp) - size - 512, myphar->sig_flags, buf … in phar_parse_tarfile()
328 if ((uint32_t)php_stream_tell(fp) > totalsize) { in phar_parse_tarfile()
396 if ((uint32_t)php_stream_tell(fp) > totalsize) { in phar_parse_tarfile()
583 if ((uint32_t)php_stream_tell(fp) > totalsize) { in phar_parse_tarfile()
796 entry->header_offset = php_stream_tell(fp->new); in phar_tar_writeheaders_int()
805 pos = php_stream_tell(fp->new); /* save start of file within tar */ in phar_tar_writeheaders_int()
H A Dzip.c177 size = php_stream_tell(fp); in phar_parse_zipfile()
341 zend_off_t beforeus = php_stream_tell(fp); in phar_parse_zipfile()
401 php_stream_tell(fp); in phar_parse_zipfile()
454 zend_off_t loc = php_stream_tell(fp); in phar_parse_zipfile()
548 saveloc = php_stream_tell(fp); in phar_parse_zipfile()
848 PHAR_SET_32(central.offset, php_stream_tell(p->filefp)); in phar_zip_changed_apply_int()
978 entry->header_offset = php_stream_tell(p->filefp); in phar_zip_changed_apply_int()
1121 tell = php_stream_tell(pass->filefp); in phar_zip_applysignature()
1125 tell = php_stream_tell(pass->centralfp); in phar_zip_applysignature()
1447 cdir_size = php_stream_tell(pass.centralfp); in phar_zip_flush()
[all …]
H A Dphar.c780 || (read_len = php_stream_tell(fp)) < 20
817 || !(end_of_phar = php_stream_tell(fp))
847 read_len = php_stream_tell(fp);
874 read_len = php_stream_tell(fp);
912 read_len = php_stream_tell(fp);
939 read_len = php_stream_tell(fp);
2682 manifest_ftell = php_stream_tell(newfile);
2852 entry->compressed_filesize = (uint32_t) php_stream_tell(entry->cfp);
2936 manifest_ftell = php_stream_tell(newfile);
3027 offset = php_stream_tell(newfile);
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.c768 loc = php_stream_tell(ufp); in phar_open_entry_fp()
784 if (php_stream_tell(ufp) - loc != (zend_off_t) entry->uncompressed_filesize) { in phar_open_entry_fp()
1897 …if (FAILURE == phar_call_openssl_signverify(1, fp, php_stream_tell(fp), PHAR_G(openssl_privatekey)… in phar_create_signature()
H A Dphar_object.c1671 data->internal_file->offset_abs = data->internal_file->offset = php_stream_tell(p_obj->fp); in phar_build()
1675 php_stream_tell(p_obj->fp) - data->internal_file->offset; in phar_build()
1970 offset = php_stream_tell(fp); in phar_copy_file_contents()
/PHP-7.3/ext/dba/
H A Ddba_cdb.c228 return php_stream_tell(fp); in cdb_file_lseek()
/PHP-7.3/main/streams/
H A Dcast.c244 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.c1376 …p = php_stream_mmap_range(stream, php_stream_tell(stream), PHP_STREAM_MMAP_ALL, PHP_STREAM_MAP_MOD… in _php_stream_passthru()
1519 …p = php_stream_mmap_range(src, php_stream_tell(src), maxlen, PHP_STREAM_MAP_MODE_SHARED_READONLY, … in _php_stream_copy_to_stream_ex()
/PHP-7.3/ext/ftp/
H A Dphp_ftp.c856 resumepos = php_stream_tell(stream); in PHP_FUNCTION()
902 resumepos = php_stream_tell(stream); in PHP_FUNCTION()
984 resumepos = php_stream_tell(outstream); in PHP_FUNCTION()
1048 resumepos = php_stream_tell(outstream); in PHP_FUNCTION()
/PHP-7.3/ext/fileinfo/
H A Dfileinfo.c512 streampos = php_stream_tell(stream); /* remember stream position for restoration */ in _php_finfo_get_type()
/PHP-7.3/ext/exif/
H A Dexif.c3324 fpos = php_stream_tell(ImageInfo->infile); in exif_process_IFD_TAG_impl()
3326 fgot = php_stream_tell(ImageInfo->infile); in exif_process_IFD_TAG_impl()
3788 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
3818 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
3868 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
4418 ImageInfo->FileSize = php_stream_tell(ImageInfo->infile); in exif_read_from_impl()
4450 off_t old_pos = php_stream_tell(stream); in exif_read_from_stream()
/PHP-7.3/main/
H A Dphp_streams.h306 #define php_stream_tell(stream) _php_stream_tell((stream)) macro
/PHP-7.3/
H A DREADME.STREAMS38 PHPAPI off_t php_stream_tell(php_stream * stream);
/PHP-7.3/ext/standard/
H A Dstreamsfuncs.c456 position = php_stream_tell(stream); in PHP_FUNCTION()
H A Dfilters.c1772 data->offset = php_stream_tell(stream); in consumed_filter_filter()
H A Dfile.c1280 ret = php_stream_tell(stream); in PHP_FUNCTION()
/PHP-7.3/sapi/cgi/
H A Dcgi_main.c2600 zend_off_t pos = php_stream_tell((php_stream*)file_handle.handle.stream.handle);
/PHP-7.3/ext/gd/
H A Dgd.c1435 i = php_stream_tell(stream); in PHP_FUNCTION()
1437 body_size_check = php_stream_tell(stream) - hdr_size; in PHP_FUNCTION()
/PHP-7.3/ext/spl/
H A Dspl_directory.c2760 ret = php_stream_tell(intern->u.file.stream); in SPL_METHOD()

Completed in 136 milliseconds