Home
last modified time | relevance | path

Searched refs:php_stream_seek (Results 1 – 25 of 29) sorted by relevance

12

/PHP-7.2/ext/dba/libinifile/
H A Dinifile.c321 php_stream_seek(dba->fp, size, SEEK_SET); in inifile_truncate()
334 php_stream_seek(dba->fp, 0, SEEK_SET); in inifile_find_group()
405 php_stream_seek(dba->fp, pos_start, SEEK_SET); in inifile_copy_to()
423 php_stream_seek(from->fp, 0, SEEK_SET); in inifile_filter()
424 php_stream_seek(dba->fp, 0, SEEK_END); in inifile_filter()
438 php_stream_seek(from->fp, pos_curr, SEEK_SET); in inifile_filter()
452 php_stream_seek(from->fp, pos_start, SEEK_SET); in inifile_filter()
501 php_stream_seek(dba->fp, 0, SEEK_END); in inifile_delete_replace_append()
543 php_stream_seek(fp_tmp, 0, SEEK_SET); in inifile_delete_replace_append()
544 php_stream_seek(dba->fp, 0, SEEK_END); in inifile_delete_replace_append()
[all …]
/PHP-7.2/ext/standard/
H A Dimage.c111 if (php_stream_seek(stream, 3, SEEK_CUR)) in php_handle_gif()
134 if (php_stream_seek(stream, 11, SEEK_CUR)) in php_handle_psd()
156 if (php_stream_seek(stream, 11, SEEK_CUR)) in php_handle_bmp()
213 if (php_stream_seek(stream, 5, SEEK_CUR)) { in php_handle_swc()
225 if (php_stream_seek(stream, 8, SEEK_SET)) { in php_handle_swc()
289 if (php_stream_seek(stream, 5, SEEK_CUR)) in php_handle_swf()
322 if (php_stream_seek(stream, 8, SEEK_CUR)) in php_handle_png()
642 if (php_stream_seek(stream, 24, SEEK_CUR)) { in php_handle_jpc()
708 php_stream_seek(stream, 3, SEEK_CUR); in php_handle_jp2()
814 if (php_stream_seek(stream, ifd_addr-8, SEEK_CUR)) in php_handle_tiff()
[all …]
H A Dphp_fopen_wrapper.c88 php_stream_seek(input->body, 0, SEEK_END); in php_stream_input_read()
96 php_stream_seek(input->body, input->position, SEEK_SET); in php_stream_input_read()
130 int sought = php_stream_seek(input->body, offset, whence); in php_stream_input_seek()
H A Dstreamsfuncs.c453 seek_res = php_stream_seek(stream, desiredpos - position, SEEK_CUR); in PHP_FUNCTION()
456 seek_res = php_stream_seek(stream, desiredpos, SEEK_SET); in PHP_FUNCTION()
499 if (pos > 0 && php_stream_seek(src, pos, SEEK_SET) < 0) { in PHP_FUNCTION()
H A Dfile.c557 if (offset != 0 && php_stream_seek(stream, offset, ((offset > 0) ? SEEK_SET : SEEK_END)) < 0) { in PHP_FUNCTION()
1302 RETURN_LONG(php_stream_seek(stream, offset, (int) whence)); in PHP_FUNCTION()
H A Dfilters.c1783 php_stream_seek(stream, data->offset + data->consumed, SEEK_SET); in consumed_filter_filter()
/PHP-7.2/ext/dba/libflatfile/
H A Dflatfile.c55 php_stream_seek(dba->fp, 0L, SEEK_END); in flatfile_store()
131 php_stream_seek(dba->fp, pos, SEEK_SET); in flatfile_delete()
134 php_stream_seek(dba->fp, 0L, SEEK_END); in flatfile_delete()
250 php_stream_seek(dba->fp, dba->CurrentFlatFilePos, SEEK_SET); in flatfile_nextkey()
/PHP-7.2/main/streams/
H A Dcast.c80 return (PHP_FPOS_T)php_stream_seek((php_stream *)cookie, position, whence); in stream_cookie_seeker()
110 *position = php_stream_seek((php_stream *)cookie, (zend_off_t)*position, whence); in stream_cookie_seeker()
121 return php_stream_seek((php_stream *)cookie, position, whence); in stream_cookie_seeker()
404 php_stream_seek(*newstream, 0, SEEK_SET); in _php_stream_make_seekable()
H A Dmmap.c58 if (php_stream_seek(stream, readden, SEEK_CUR) != 0) { in _php_stream_mmap_unmap_ex()
H A Dmemory.c452 ret = php_stream_seek(ts->innerstream, offset, whence); in php_stream_temp_seek()
506 php_stream_seek(ts->innerstream, pos, SEEK_SET); in php_stream_temp_cast()
/PHP-7.2/ext/phar/
H A Dzip.c57 php_stream_seek(fp, PHAR_GET_16(h.header.size), SEEK_CUR); in phar_zip_process_extra()
182 if (FAILURE == php_stream_seek(fp, -size, SEEK_END)) { in phar_parse_zipfile()
190 php_stream_seek(fp, 0, SEEK_SET); in phar_parse_zipfile()
407 php_stream_seek(fp, 0, SEEK_SET); in phar_parse_zipfile()
563 php_stream_seek(fp, entry.offset, SEEK_SET); in phar_parse_zipfile()
567 php_stream_seek(fp, entry.offset, SEEK_SET); in phar_parse_zipfile()
658 php_stream_seek(fp, saveloc, SEEK_SET); in phar_parse_zipfile()
937 php_stream_seek(entry->cfp, 0, SEEK_END); in phar_zip_changed_apply_int()
1121 php_stream_seek(pass->filefp, 0, SEEK_SET); in phar_zip_applysignature()
1124 php_stream_seek(pass->centralfp, 0, SEEK_SET); in phar_zip_applysignature()
[all …]
H A Dtar.c172 php_stream_seek(fp, save, SEEK_SET); in phar_tar_process_metadata()
179 php_stream_seek(fp, save, SEEK_SET); in phar_tar_process_metadata()
193 php_stream_seek(fp, save, SEEK_SET); in phar_tar_process_metadata()
220 php_stream_seek(fp, 0, SEEK_END); in phar_parse_tarfile()
222 php_stream_seek(fp, 0, SEEK_SET); in phar_parse_tarfile()
313 php_stream_seek(fp, curloc + 512, SEEK_SET); in phar_parse_tarfile()
317 php_stream_seek(fp, 512, SEEK_CUR); in phar_parse_tarfile()
385 php_stream_seek(fp, size, SEEK_CUR); in phar_parse_tarfile()
555 php_stream_seek(fp, pos, SEEK_SET); in phar_parse_tarfile()
572 php_stream_seek(fp, size, SEEK_CUR); in phar_parse_tarfile()
H A Dphar.c779 if (-1 == php_stream_seek(fp, -8, SEEK_END)
800 if (-1 == php_stream_seek(fp, -12, SEEK_CUR)
816 if (-1 == php_stream_seek(fp, whence, SEEK_CUR)
846 php_stream_seek(fp, -(8 + 64), SEEK_END);
873 php_stream_seek(fp, -(8 + 32), SEEK_END);
911 php_stream_seek(fp, -(8 + 20), SEEK_END);
938 php_stream_seek(fp, -(8 + 16), SEEK_END);
1710 php_stream_seek(fp, 0, SEEK_END);
2403 php_stream_seek(fp, idata->zero, SEEK_SET);
2409 php_stream_seek(fp, idata->zero, SEEK_SET);
[all …]
H A Dstream.c381 php_stream_seek(data->fp, data->position + data->zero, SEEK_SET); in phar_stream_read()
428 res = php_stream_seek(data->fp, temp, SEEK_SET); in phar_stream_seek()
442 php_stream_seek(data->fp, data->position, SEEK_SET); in phar_stream_write()
H A Dutil.c165 return php_stream_seek(fp, temp, SEEK_SET); in phar_seek_efp()
769 php_stream_seek(ufp, 0, SEEK_END); in phar_open_entry_fp()
772 php_stream_seek(phar_get_entrypfp(entry), phar_get_fp_offset(entry), SEEK_SET); in phar_open_entry_fp()
1573 php_stream_seek(fp, 0, SEEK_SET); in phar_verify_signature()
1896 php_stream_seek(fp, 0, SEEK_END); in phar_create_signature()
H A Dfunc_interceptors.c202 if (offset > 0 && php_stream_seek(stream, offset, SEEK_SET) < 0) { in PHAR_FUNC()
/PHP-7.2/ext/ftp/
H A Dphp_ftp.c857 php_stream_seek(stream, 0, SEEK_END); in PHP_FUNCTION()
860 php_stream_seek(stream, resumepos, SEEK_SET); in PHP_FUNCTION()
903 php_stream_seek(stream, 0, SEEK_END); in PHP_FUNCTION()
906 php_stream_seek(stream, resumepos, SEEK_SET); in PHP_FUNCTION()
985 php_stream_seek(outstream, 0, SEEK_END); in PHP_FUNCTION()
988 php_stream_seek(outstream, resumepos, SEEK_SET); in PHP_FUNCTION()
1049 php_stream_seek(outstream, 0, SEEK_END); in PHP_FUNCTION()
1161 php_stream_seek(stream, startpos, SEEK_SET); in PHP_FUNCTION()
1211 php_stream_seek(stream, startpos, SEEK_SET); in PHP_FUNCTION()
1268 php_stream_seek(instream, startpos, SEEK_SET); in PHP_FUNCTION()
[all …]
/PHP-7.2/ext/dba/libcdb/
H A Dcdb.c106 if (php_stream_seek(c->fp, pos, SEEK_SET) == -1) { in cdb_read()
H A Dcdb_make.c67 if (php_stream_seek(f, c->pos, SEEK_SET) == -1) { in cdb_make_start()
/PHP-7.2/ext/fileinfo/
H A Dfileinfo.c515 php_stream_seek(stream, 0, SEEK_SET); in _php_finfo_get_type()
519 php_stream_seek(stream, streampos, SEEK_SET); in _php_finfo_get_type()
/PHP-7.2/ext/dba/
H A Ddba_cdb.c229 php_stream_seek(fp, offset, whence); in cdb_file_lseek()
/PHP-7.2/ext/exif/
H A Dexif.c3348 php_stream_seek(ImageInfo->infile, displacement+offset_val, SEEK_SET); in exif_process_IFD_TAG()
3356 php_stream_seek(ImageInfo->infile, fpos, SEEK_SET); in exif_process_IFD_TAG()
4058php_stream_seek(ImageInfo->infile, dir_offset, SEEK_SET); /* we do not know the order of sections … in exif_process_IFD_in_TIFF()
4209 php_stream_seek(ImageInfo->infile, ImageInfo->Thumbnail.offset, SEEK_SET); in exif_process_IFD_in_TIFF()
4247 php_stream_seek(ImageInfo->infile, ImageInfo->Thumbnail.offset, SEEK_SET); in exif_process_IFD_in_TIFF()
4287 php_stream_seek(ImageInfo->infile, 0, SEEK_SET); in exif_scan_FILE_header()
4413 php_stream_seek(ImageInfo->infile, 0, SEEK_END); in exif_read_from_impl()
4415 php_stream_seek(ImageInfo->infile, 0, SEEK_SET); in exif_read_from_impl()
4448 php_stream_seek(stream, 0, SEEK_SET); in exif_read_from_stream()
4454 php_stream_seek(stream, old_pos, SEEK_SET); in exif_read_from_stream()
/PHP-7.2/
H A DREADME.STREAMS38 PHPAPI int php_stream_seek(php_stream * stream, off_t offset, int whence);
145 function, as the php_stream_seek can emulate forward seeking when the
/PHP-7.2/ext/com_dotnet/
H A Dcom_persist.c160 ret = php_stream_seek(stm->stream, offset, whence); in stm_seek()
/PHP-7.2/main/
H A Dphp_streams.h305 #define php_stream_seek(stream, offset, whence) _php_stream_seek((stream), (offset), (whence)) macro

Completed in 125 milliseconds

12