Home
last modified time | relevance | path

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

12

/PHP-5.3/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()
435 php_stream_seek(from->fp, pos_curr, SEEK_SET); in inifile_filter()
449 php_stream_seek(from->fp, pos_start, SEEK_SET); in inifile_filter()
498 php_stream_seek(dba->fp, 0, SEEK_END); in inifile_delete_replace_append()
540 php_stream_seek(fp_tmp, 0, SEEK_SET); in inifile_delete_replace_append()
541 php_stream_seek(dba->fp, 0, SEEK_END); in inifile_delete_replace_append()
[all …]
/PHP-5.3/ext/standard/
H A Dimage.c105 if (php_stream_seek(stream, 3, SEEK_CUR)) in php_handle_gif()
128 if (php_stream_seek(stream, 11, SEEK_CUR)) in php_handle_psd()
150 if (php_stream_seek(stream, 11, SEEK_CUR)) in php_handle_bmp()
207 if (php_stream_seek(stream, 5, SEEK_CUR)) in php_handle_swc()
215 if (php_stream_seek(stream, 8, SEEK_SET)) in php_handle_swc()
272 if (php_stream_seek(stream, 5, SEEK_CUR)) in php_handle_swf()
305 if (php_stream_seek(stream, 8, SEEK_CUR)) in php_handle_png()
429 php_stream_seek(stream, (long)length, SEEK_CUR); in php_skip_variable()
638 if (php_stream_seek(stream, 24, SEEK_CUR)) { in php_handle_jpc()
704 php_stream_seek(stream, 3, SEEK_CUR); in php_handle_jp2()
[all …]
H A Dstreamsfuncs.c433 seek_res = php_stream_seek(stream, desiredpos - position, SEEK_CUR); in PHP_FUNCTION()
436 seek_res = php_stream_seek(stream, desiredpos, SEEK_SET); in PHP_FUNCTION()
477 if (pos > 0 && php_stream_seek(src, pos, SEEK_SET) < 0) { in PHP_FUNCTION()
H A Dfile.c565 if (offset > 0 && php_stream_seek(stream, offset, SEEK_SET) < 0) { in PHP_FUNCTION()
1382 RETURN_LONG(php_stream_seek(stream, arg2, whence)); in PHP_FUNCTION()
H A Dfilters.c1846 php_stream_seek(stream, data->offset + data->consumed, SEEK_SET); in consumed_filter_filter()
/PHP-5.3/main/streams/
H A Dcast.c83 return (PHP_FPOS_T)php_stream_seek((php_stream *)cookie, position, whence); in stream_cookie_seeker()
117 *position = php_stream_seek((php_stream *)cookie, (off_t)*position, whence); in stream_cookie_seeker()
129 return php_stream_seek((php_stream *)cookie, position, whence); in stream_cookie_seeker()
413 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.c457 ret = php_stream_seek(ts->innerstream, offset, whence); in php_stream_temp_seek()
505 php_stream_seek(ts->innerstream, pos, SEEK_SET); in php_stream_temp_cast()
/PHP-5.3/ext/dba/libflatfile/
H A Dflatfile.c56 php_stream_seek(dba->fp, 0L, SEEK_END); in flatfile_store()
135 php_stream_seek(dba->fp, pos, SEEK_SET); in flatfile_delete()
138 php_stream_seek(dba->fp, 0L, SEEK_END); in flatfile_delete()
267 php_stream_seek(dba->fp, dba->CurrentFlatFilePos, SEEK_SET); in flatfile_nextkey()
/PHP-5.3/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()
418 php_stream_seek(fp, 0, SEEK_SET); in phar_parse_zipfile()
585 php_stream_seek(fp, entry.offset, SEEK_SET); in phar_parse_zipfile()
589 php_stream_seek(fp, entry.offset, SEEK_SET); in phar_parse_zipfile()
645 php_stream_seek(fp, saveloc, SEEK_SET); in phar_parse_zipfile()
926 php_stream_seek(entry->cfp, 0, SEEK_END); in phar_zip_changed_apply()
1105 php_stream_seek(pass->filefp, 0, SEEK_SET); in phar_zip_applysignature()
1108 php_stream_seek(pass->centralfp, 0, SEEK_SET); in phar_zip_applysignature()
[all …]
H A Dtar.c169 php_stream_seek(fp, save, SEEK_SET); in phar_tar_process_metadata()
176 php_stream_seek(fp, save, SEEK_SET); in phar_tar_process_metadata()
190 php_stream_seek(fp, save, SEEK_SET); in phar_tar_process_metadata()
209 php_stream_seek(fp, 0, SEEK_END); in phar_parse_tarfile()
211 php_stream_seek(fp, 0, SEEK_SET); in phar_parse_tarfile()
296 php_stream_seek(fp, curloc + 512, SEEK_SET); in phar_parse_tarfile()
300 php_stream_seek(fp, 512, SEEK_CUR); in phar_parse_tarfile()
368 php_stream_seek(fp, size, SEEK_CUR); in phar_parse_tarfile()
536 php_stream_seek(fp, pos, SEEK_SET); in phar_parse_tarfile()
552 php_stream_seek(fp, size, SEEK_CUR); in phar_parse_tarfile()
H A Dphar.c774 if (-1 == php_stream_seek(fp, -8, SEEK_END)
795 if (-1 == php_stream_seek(fp, -12, SEEK_CUR)
811 if (-1 == php_stream_seek(fp, whence, SEEK_CUR)
841 php_stream_seek(fp, -(8 + 64), SEEK_END);
868 php_stream_seek(fp, -(8 + 32), SEEK_END);
906 php_stream_seek(fp, -(8 + 20), SEEK_END);
933 php_stream_seek(fp, -(8 + 16), SEEK_END);
1704 php_stream_seek(fp, 0, SEEK_END);
2474 php_stream_seek(fp, idata->zero, SEEK_SET);
2480 php_stream_seek(fp, idata->zero, SEEK_SET);
[all …]
H A Dstream.c377 php_stream_seek(data->fp, data->position + data->zero, SEEK_SET); in phar_stream_read()
424 res = php_stream_seek(data->fp, temp, SEEK_SET); in phar_stream_seek()
438 php_stream_seek(data->fp, data->position, SEEK_SET); in phar_stream_write()
H A Dutil.c170 return php_stream_seek(fp, temp, SEEK_SET); in phar_seek_efp()
1000 php_stream_seek(ufp, 0, SEEK_END); in phar_open_entry_fp()
1003 php_stream_seek(phar_get_entrypfp(entry TSRMLS_CC), phar_get_fp_offset(entry TSRMLS_CC), SEEK_SET); in phar_open_entry_fp()
1892 php_stream_seek(fp, 0, SEEK_SET);
2187 php_stream_seek(fp, 0, SEEK_END);
H A Dfunc_interceptors.c198 if (offset > 0 && php_stream_seek(stream, offset, SEEK_SET) < 0) { in PHAR_FUNC()
/PHP-5.3/ext/ftp/
H A Dphp_ftp.c762 php_stream_seek(stream, 0, SEEK_END); in PHP_FUNCTION()
765 php_stream_seek(stream, resumepos, SEEK_SET); in PHP_FUNCTION()
806 php_stream_seek(stream, 0, SEEK_END); in PHP_FUNCTION()
809 php_stream_seek(stream, resumepos, SEEK_SET); in PHP_FUNCTION()
884 php_stream_seek(outstream, 0, SEEK_END); in PHP_FUNCTION()
887 php_stream_seek(outstream, resumepos, SEEK_SET); in PHP_FUNCTION()
945 php_stream_seek(outstream, 0, SEEK_END); in PHP_FUNCTION()
1050 php_stream_seek(stream, startpos, SEEK_SET); in PHP_FUNCTION()
1097 php_stream_seek(stream, startpos, SEEK_SET); in PHP_FUNCTION()
1152 php_stream_seek(instream, startpos, SEEK_SET); in PHP_FUNCTION()
[all …]
/PHP-5.3/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-5.3/ext/fileinfo/
H A Dfileinfo.c494 php_stream_seek(stream, 0, SEEK_SET);
498 php_stream_seek(stream, streampos, SEEK_SET);
/PHP-5.3/ext/curl/
H A Dstreams.c77 php_stream_seek(curlstream->readbuffer.buf, curlstream->readbuffer.writepos, SEEK_SET); in on_data_available()
198 php_stream_seek(curlstream->readbuffer.buf, curlstream->readbuffer.readpos, SEEK_SET); in php_curl_stream_read()
/PHP-5.3/ext/dba/
H A Ddba_cdb.c229 php_stream_seek(fp, offset, whence); in cdb_file_lseek()
/PHP-5.3/ext/exif/
H A Dexif.c2913 php_stream_seek(ImageInfo->infile, offset_val, SEEK_SET); in exif_process_IFD_TAG()
2921 php_stream_seek(ImageInfo->infile, fpos, SEEK_SET); in exif_process_IFD_TAG()
3568php_stream_seek(ImageInfo->infile, dir_offset, SEEK_SET); /* we do not know the order of sections … in exif_process_IFD_in_TIFF()
3719 php_stream_seek(ImageInfo->infile, ImageInfo->Thumbnail.offset, SEEK_SET); in exif_process_IFD_in_TIFF()
3753 php_stream_seek(ImageInfo->infile, ImageInfo->Thumbnail.offset, SEEK_SET); in exif_process_IFD_in_TIFF()
3790 php_stream_seek(ImageInfo->infile, 0, SEEK_SET); in exif_scan_FILE_header()
3913 php_stream_seek(ImageInfo->infile, 0, SEEK_END); in exif_read_file()
3915 php_stream_seek(ImageInfo->infile, 0, SEEK_SET); in exif_read_file()
/PHP-5.3/
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-5.3/ext/com_dotnet/
H A Dcom_persist.c162 ret = php_stream_seek(stm->stream, offset, whence); in stm_seek()
/PHP-5.3/main/
H A Dphp_streams.h283 #define php_stream_seek(stream, offset, whence) _php_stream_seek((stream), (offset), (whence) TSRML… macro

Completed in 138 milliseconds

12