Home
last modified time | relevance | path

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

/PHP-5.5/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()
269 dba->next.pos = php_stream_tell(dba->fp); in inifile_fetch()
281 dba->next.pos = php_stream_tell(dba->fp); in inifile_fetch()
347 *pos_grp_start = php_stream_tell(dba->fp); in inifile_find_group()
355 *pos_grp_start = php_stream_tell(dba->fp); in inifile_find_group()
370 *pos_grp_start = php_stream_tell(dba->fp); in inifile_next_group()
377 *pos_grp_start = php_stream_tell(dba->fp); in inifile_next_group()
427 pos_curr = php_stream_tell(from->fp); in inifile_filter()
439 pos_next = php_stream_tell(from->fp); in inifile_filter()
[all …]
/PHP-5.5/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-5.5/ext/phar/
H A Dtar.c164 size_t save = php_stream_tell(fp), read; in phar_tar_process_metadata()
221 totalsize = php_stream_tell(fp); in phar_parse_tarfile()
257 pos = php_stream_tell(fp); in phar_parse_tarfile()
287 curloc = php_stream_tell(fp); in phar_parse_tarfile()
305 …if (FAILURE == phar_verify_signature(fp, php_stream_tell(fp) - size - 512, myphar->sig_flags, buf … in phar_parse_tarfile()
318 if ((uint)php_stream_tell(fp) > totalsize) { in phar_parse_tarfile()
386 if ((uint)php_stream_tell(fp) > totalsize) { in phar_parse_tarfile()
573 if ((uint)php_stream_tell(fp) > totalsize) { in phar_parse_tarfile()
782 entry->header_offset = php_stream_tell(fp->new); in phar_tar_writeheaders()
791 pos = php_stream_tell(fp->new); /* save start of file within tar */ in phar_tar_writeheaders()
H A Dzip.c177 size = php_stream_tell(fp); in phar_parse_zipfile()
353 off_t beforeus = php_stream_tell(fp); in phar_parse_zipfile()
413 now = php_stream_tell(fp); in phar_parse_zipfile()
465 off_t loc = php_stream_tell(fp); in phar_parse_zipfile()
566 saveloc = php_stream_tell(fp); in phar_parse_zipfile()
827 PHAR_SET_32(central.offset, php_stream_tell(p->filefp)); in phar_zip_changed_apply()
958 entry->header_offset = php_stream_tell(p->filefp); in phar_zip_changed_apply()
1095 st = tell = php_stream_tell(pass->filefp); in phar_zip_applysignature()
1099 tell = php_stream_tell(pass->centralfp); in phar_zip_applysignature()
1428 cdir_size = php_stream_tell(pass.centralfp); in phar_zip_flush()
[all …]
H A Dphar.c764 || (read_len = php_stream_tell(fp)) < 20
801 || !(end_of_phar = php_stream_tell(fp))
831 read_len = php_stream_tell(fp);
858 read_len = php_stream_tell(fp);
896 read_len = php_stream_tell(fp);
923 read_len = php_stream_tell(fp);
2740 manifest_ftell = php_stream_tell(newfile);
2914 entry->compressed_filesize = (php_uint32) php_stream_tell(entry->cfp);
2998 manifest_ftell = php_stream_tell(newfile);
3088 offset = php_stream_tell(newfile);
H A Dstream.c380 data->position = php_stream_tell(data->fp) - data->zero; in phar_stream_read()
425 *newoffset = php_stream_tell(data->fp) - data->zero; in phar_stream_seek()
443 data->position = php_stream_tell(data->fp); in phar_stream_write()
H A Dutil.c778 loc = php_stream_tell(ufp); in phar_open_entry_fp()
794 if (php_stream_tell(ufp) - loc != (off_t) entry->uncompressed_filesize) { in phar_open_entry_fp()
1924 …if (FAILURE == phar_call_openssl_signverify(1, fp, php_stream_tell(fp), PHAR_G(openssl_privatekey)…
H A Dphar_object.c1709 data->internal_file->offset_abs = data->internal_file->offset = php_stream_tell(p_obj->fp); in phar_build()
1713 php_stream_tell(p_obj->fp) - data->internal_file->offset; in phar_build()
1994 offset = php_stream_tell(fp); in phar_copy_file_contents()
/PHP-5.5/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-5.5/ext/dba/
H A Ddba_cdb.c230 return php_stream_tell(fp); in cdb_file_lseek()
/PHP-5.5/ext/ftp/
H A Dphp_ftp.c763 resumepos = php_stream_tell(stream); in PHP_FUNCTION()
807 resumepos = php_stream_tell(stream); in PHP_FUNCTION()
885 resumepos = php_stream_tell(outstream); in PHP_FUNCTION()
946 resumepos = php_stream_tell(outstream); in PHP_FUNCTION()
/PHP-5.5/main/streams/
H A Dcast.c255 pos = php_stream_tell(stream); in _php_stream_cast()
H A Dmemory.c462 *newoffs = php_stream_tell(ts->innerstream); in php_stream_temp_seek()
505 pos = php_stream_tell(ts->innerstream); in php_stream_temp_cast()
H A Dstreams.c1400 …p = php_stream_mmap_range(stream, php_stream_tell(stream), PHP_STREAM_MMAP_ALL, PHP_STREAM_MAP_MOD… in _php_stream_passthru()
1533 …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-5.5/ext/fileinfo/
H A Dfileinfo.c488 streampos = php_stream_tell(stream); /* remember stream position for restoration */
/PHP-5.5/ext/exif/
H A Dexif.c2910 fpos = php_stream_tell(ImageInfo->infile); in exif_process_IFD_TAG()
2912 fgot = php_stream_tell(ImageInfo->infile); in exif_process_IFD_TAG()
3323 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
3353 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
3403 fpos = php_stream_tell(ImageInfo->infile); in exif_scan_JPEG_header()
3928 ImageInfo->FileSize = php_stream_tell(ImageInfo->infile); in exif_read_file()
/PHP-5.5/main/
H A Dphp_streams.h291 #define php_stream_tell(stream) _php_stream_tell((stream) TSRMLS_CC) macro
/PHP-5.5/
H A DREADME.STREAMS39 PHPAPI off_t php_stream_tell(php_stream * stream);
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c423 position = php_stream_tell(stream); in PHP_FUNCTION()
H A Dfilters.c1874 data->offset = php_stream_tell(stream); in consumed_filter_filter()
H A Dfile.c1265 ret = php_stream_tell(stream); in PHP_FUNCTION()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c2426 long pos = php_stream_tell((php_stream*)file_handle.handle.stream.handle);
/PHP-5.5/ext/gd/
H A Dgd.c1457 i = php_stream_tell(stream); in PHP_FUNCTION()
1459 body_size_check = php_stream_tell(stream) - hdr_size; in PHP_FUNCTION()
/PHP-5.5/ext/spl/
H A Dspl_directory.c2746 long ret = php_stream_tell(intern->u.file.stream); in SPL_METHOD()

Completed in 226 milliseconds