php_stream_seek 160 ext/com_dotnet/com_persist.c ret = php_stream_seek(stm->stream, offset, whence); php_stream_seek 229 ext/dba/dba_cdb.c php_stream_seek(fp, offset, whence); php_stream_seek 106 ext/dba/libcdb/cdb.c if (php_stream_seek(c->fp, pos, SEEK_SET) == -1) { php_stream_seek 67 ext/dba/libcdb/cdb_make.c if (php_stream_seek(f, c->pos, SEEK_SET) == -1) { php_stream_seek 55 ext/dba/libflatfile/flatfile.c php_stream_seek(dba->fp, 0L, SEEK_END); php_stream_seek 131 ext/dba/libflatfile/flatfile.c php_stream_seek(dba->fp, pos, SEEK_SET); php_stream_seek 134 ext/dba/libflatfile/flatfile.c php_stream_seek(dba->fp, 0L, SEEK_END); php_stream_seek 250 ext/dba/libflatfile/flatfile.c php_stream_seek(dba->fp, dba->CurrentFlatFilePos, SEEK_SET); php_stream_seek 252 ext/dba/libinifile/inifile.c php_stream_seek(dba->fp, dba->next.pos, SEEK_SET); php_stream_seek 301 ext/dba/libinifile/inifile.c php_stream_seek(dba->fp, dba->curr.pos, SEEK_SET); php_stream_seek 320 ext/dba/libinifile/inifile.c php_stream_seek(dba->fp, size, SEEK_SET); php_stream_seek 333 ext/dba/libinifile/inifile.c php_stream_seek(dba->fp, 0, SEEK_SET); php_stream_seek 404 ext/dba/libinifile/inifile.c php_stream_seek(dba->fp, pos_start, SEEK_SET); php_stream_seek 422 ext/dba/libinifile/inifile.c php_stream_seek(from->fp, 0, SEEK_SET); php_stream_seek 423 ext/dba/libinifile/inifile.c php_stream_seek(dba->fp, 0, SEEK_END); php_stream_seek 432 ext/dba/libinifile/inifile.c php_stream_seek(from->fp, pos_start, SEEK_SET); php_stream_seek 437 ext/dba/libinifile/inifile.c php_stream_seek(from->fp, pos_curr, SEEK_SET); php_stream_seek 451 ext/dba/libinifile/inifile.c php_stream_seek(from->fp, pos_start, SEEK_SET); php_stream_seek 500 ext/dba/libinifile/inifile.c php_stream_seek(dba->fp, 0, SEEK_END); php_stream_seek 502 ext/dba/libinifile/inifile.c php_stream_seek(dba->fp, pos_grp_next, SEEK_SET); php_stream_seek 542 ext/dba/libinifile/inifile.c php_stream_seek(fp_tmp, 0, SEEK_SET); php_stream_seek 543 ext/dba/libinifile/inifile.c php_stream_seek(dba->fp, 0, SEEK_END); php_stream_seek 559 ext/dba/libinifile/inifile.c php_stream_seek(dba->fp, 0, SEEK_SET); php_stream_seek 2872 ext/exif/exif.c php_stream_seek(ImageInfo->infile, offset_val, SEEK_SET); php_stream_seek 2880 ext/exif/exif.c php_stream_seek(ImageInfo->infile, fpos, SEEK_SET); php_stream_seek 3527 ext/exif/exif.c php_stream_seek(ImageInfo->infile, dir_offset, SEEK_SET); /* we do not know the order of sections */ php_stream_seek 3678 ext/exif/exif.c php_stream_seek(ImageInfo->infile, ImageInfo->Thumbnail.offset, SEEK_SET); php_stream_seek 3712 ext/exif/exif.c php_stream_seek(ImageInfo->infile, ImageInfo->Thumbnail.offset, SEEK_SET); php_stream_seek 3749 ext/exif/exif.c php_stream_seek(ImageInfo->infile, 0, SEEK_SET); php_stream_seek 3873 ext/exif/exif.c php_stream_seek(ImageInfo->infile, 0, SEEK_END); php_stream_seek 3875 ext/exif/exif.c php_stream_seek(ImageInfo->infile, 0, SEEK_SET); php_stream_seek 510 ext/fileinfo/fileinfo.c php_stream_seek(stream, 0, SEEK_SET); php_stream_seek 514 ext/fileinfo/fileinfo.c php_stream_seek(stream, streampos, SEEK_SET); php_stream_seek 810 ext/ftp/php_ftp.c php_stream_seek(stream, 0, SEEK_END); php_stream_seek 813 ext/ftp/php_ftp.c php_stream_seek(stream, resumepos, SEEK_SET); php_stream_seek 856 ext/ftp/php_ftp.c php_stream_seek(stream, 0, SEEK_END); php_stream_seek 859 ext/ftp/php_ftp.c php_stream_seek(stream, resumepos, SEEK_SET); php_stream_seek 938 ext/ftp/php_ftp.c php_stream_seek(outstream, 0, SEEK_END); php_stream_seek 941 ext/ftp/php_ftp.c php_stream_seek(outstream, resumepos, SEEK_SET); php_stream_seek 1002 ext/ftp/php_ftp.c php_stream_seek(outstream, 0, SEEK_END); php_stream_seek 1005 ext/ftp/php_ftp.c php_stream_seek(outstream, resumepos, SEEK_SET); php_stream_seek 1114 ext/ftp/php_ftp.c php_stream_seek(stream, startpos, SEEK_SET); php_stream_seek 1164 ext/ftp/php_ftp.c php_stream_seek(stream, startpos, SEEK_SET); php_stream_seek 1221 ext/ftp/php_ftp.c php_stream_seek(instream, startpos, SEEK_SET); php_stream_seek 1276 ext/ftp/php_ftp.c php_stream_seek(instream, startpos, SEEK_SET); php_stream_seek 1368 ext/gd/gd.c php_stream_seek(stream, 0, SEEK_END); php_stream_seek 1370 ext/gd/gd.c php_stream_seek(stream, i, SEEK_SET); php_stream_seek 202 ext/phar/func_interceptors.c if (offset > 0 && php_stream_seek(stream, offset, SEEK_SET) < 0) { php_stream_seek 673 ext/phar/phar.c if (-1 == php_stream_seek(fp, halt_offset, SEEK_SET)) { php_stream_seek 704 ext/phar/phar.c if (-1 == php_stream_seek(fp, halt_offset, SEEK_SET)) { php_stream_seek 765 ext/phar/phar.c if (-1 == php_stream_seek(fp, -8, SEEK_END) php_stream_seek 786 ext/phar/phar.c if (-1 == php_stream_seek(fp, -12, SEEK_CUR) php_stream_seek 802 ext/phar/phar.c if (-1 == php_stream_seek(fp, whence, SEEK_CUR) php_stream_seek 832 ext/phar/phar.c php_stream_seek(fp, -(8 + 64), SEEK_END); php_stream_seek 859 ext/phar/phar.c php_stream_seek(fp, -(8 + 32), SEEK_END); php_stream_seek 897 ext/phar/phar.c php_stream_seek(fp, -(8 + 20), SEEK_END); php_stream_seek 924 ext/phar/phar.c php_stream_seek(fp, -(8 + 16), SEEK_END); php_stream_seek 1703 ext/phar/phar.c php_stream_seek(fp, 0, SEEK_END); php_stream_seek 2360 ext/phar/phar.c php_stream_seek(phar_get_entrypfp(idata->internal_file), entry->header_offset, SEEK_SET); php_stream_seek 2370 ext/phar/phar.c php_stream_seek(phar_get_entrypfp(idata->internal_file), php_stream_seek 2406 ext/phar/phar.c php_stream_seek(fp, idata->zero, SEEK_SET); php_stream_seek 2412 ext/phar/phar.c php_stream_seek(fp, idata->zero, SEEK_SET); php_stream_seek 2839 ext/phar/phar.c php_stream_seek(entry->cfp, 0, SEEK_END); php_stream_seek 3227 ext/phar/phar.c if (-1 == php_stream_seek(phar->fp, phar->halt_offset, SEEK_SET)) { php_stream_seek 3898 ext/phar/phar_object.c php_stream_seek(fp, stub->offset_abs, SEEK_SET); php_stream_seek 380 ext/phar/stream.c php_stream_seek(data->fp, data->position + data->zero, SEEK_SET); php_stream_seek 427 ext/phar/stream.c res = php_stream_seek(data->fp, temp, SEEK_SET); php_stream_seek 441 ext/phar/stream.c php_stream_seek(data->fp, data->position, SEEK_SET); php_stream_seek 172 ext/phar/tar.c php_stream_seek(fp, save, SEEK_SET); php_stream_seek 179 ext/phar/tar.c php_stream_seek(fp, save, SEEK_SET); php_stream_seek 193 ext/phar/tar.c php_stream_seek(fp, save, SEEK_SET); php_stream_seek 220 ext/phar/tar.c php_stream_seek(fp, 0, SEEK_END); php_stream_seek 222 ext/phar/tar.c php_stream_seek(fp, 0, SEEK_SET); php_stream_seek 313 ext/phar/tar.c php_stream_seek(fp, curloc + 512, SEEK_SET); php_stream_seek 317 ext/phar/tar.c php_stream_seek(fp, 512, SEEK_CUR); php_stream_seek 385 ext/phar/tar.c php_stream_seek(fp, size, SEEK_CUR); php_stream_seek 555 ext/phar/tar.c php_stream_seek(fp, pos, SEEK_SET); php_stream_seek 572 ext/phar/tar.c php_stream_seek(fp, size, SEEK_CUR); php_stream_seek 165 ext/phar/util.c return php_stream_seek(fp, temp, SEEK_SET); php_stream_seek 776 ext/phar/util.c php_stream_seek(ufp, 0, SEEK_END); php_stream_seek 779 ext/phar/util.c php_stream_seek(phar_get_entrypfp(entry), phar_get_fp_offset(entry), SEEK_SET); php_stream_seek 1579 ext/phar/util.c php_stream_seek(fp, 0, SEEK_SET); php_stream_seek 1874 ext/phar/util.c php_stream_seek(fp, 0, SEEK_END); php_stream_seek 57 ext/phar/zip.c php_stream_seek(fp, PHAR_GET_16(h.header.size), SEEK_CUR); php_stream_seek 72 ext/phar/zip.c php_stream_seek(fp, PHAR_GET_16(h.unix3.size) - sizeof(h.unix3.size), SEEK_CUR); php_stream_seek 182 ext/phar/zip.c if (FAILURE == php_stream_seek(fp, -size, SEEK_END)) { php_stream_seek 190 ext/phar/zip.c php_stream_seek(fp, 0, SEEK_SET); php_stream_seek 282 ext/phar/zip.c php_stream_seek(fp, PHAR_GET_32(locator.cdir_offset), SEEK_SET); php_stream_seek 408 ext/phar/zip.c php_stream_seek(fp, 0, SEEK_SET); php_stream_seek 412 ext/phar/zip.c php_stream_seek(fp, PHAR_GET_32(locator.cdir_offset), SEEK_SET); php_stream_seek 418 ext/phar/zip.c php_stream_seek(fp, sizeof(phar_zip_file_header) + entry.header_offset + entry.filename_len + PHAR_GET_16(zipentry.extra_len), SEEK_SET); php_stream_seek 458 ext/phar/zip.c php_stream_seek(fp, loc + PHAR_GET_16(zipentry.extra_len), SEEK_SET); php_stream_seek 548 ext/phar/zip.c php_stream_seek(fp, PHAR_GET_32(zipentry.offset), SEEK_SET); php_stream_seek 564 ext/phar/zip.c php_stream_seek(fp, entry.offset, SEEK_SET); php_stream_seek 568 ext/phar/zip.c php_stream_seek(fp, entry.offset, SEEK_SET); php_stream_seek 659 ext/phar/zip.c php_stream_seek(fp, saveloc, SEEK_SET); php_stream_seek 938 ext/phar/zip.c php_stream_seek(entry->cfp, 0, SEEK_END); php_stream_seek 953 ext/phar/zip.c if (-1 == php_stream_seek(p->old, entry->offset_abs, SEEK_SET)) { php_stream_seek 1122 ext/phar/zip.c php_stream_seek(pass->filefp, 0, SEEK_SET); php_stream_seek 1125 ext/phar/zip.c php_stream_seek(pass->centralfp, 0, SEEK_SET); php_stream_seek 1471 ext/phar/zip.c php_stream_seek(pass.centralfp, 0, SEEK_SET); php_stream_seek 2778 ext/spl/spl_directory.c RETURN_LONG(php_stream_seek(intern->u.file.stream, pos, (int)whence)); php_stream_seek 546 ext/standard/file.c if (offset > 0 && php_stream_seek(stream, offset, SEEK_SET) < 0) { php_stream_seek 1320 ext/standard/file.c RETURN_LONG(php_stream_seek(stream, offset, (int) whence)); php_stream_seek 1809 ext/standard/filters.c php_stream_seek(stream, data->offset + data->consumed, SEEK_SET); php_stream_seek 108 ext/standard/image.c if (php_stream_seek(stream, 3, SEEK_CUR)) php_stream_seek 131 ext/standard/image.c if (php_stream_seek(stream, 11, SEEK_CUR)) php_stream_seek 153 ext/standard/image.c if (php_stream_seek(stream, 11, SEEK_CUR)) php_stream_seek 212 ext/standard/image.c if (php_stream_seek(stream, 5, SEEK_CUR)) php_stream_seek 220 ext/standard/image.c if (php_stream_seek(stream, 8, SEEK_SET)) { php_stream_seek 282 ext/standard/image.c if (php_stream_seek(stream, 5, SEEK_CUR)) php_stream_seek 315 ext/standard/image.c if (php_stream_seek(stream, 8, SEEK_CUR)) php_stream_seek 439 ext/standard/image.c php_stream_seek(stream, (zend_long)length, SEEK_CUR); php_stream_seek 514 ext/standard/image.c if (php_stream_seek(stream, length - 8, SEEK_CUR)) { /* file error after info */ php_stream_seek 647 ext/standard/image.c if (php_stream_seek(stream, 24, SEEK_CUR)) { php_stream_seek 713 ext/standard/image.c php_stream_seek(stream, 3, SEEK_CUR); php_stream_seek 725 ext/standard/image.c if (php_stream_seek(stream, box_length - 8, SEEK_CUR)) { php_stream_seek 819 ext/standard/image.c if (php_stream_seek(stream, ifd_addr-8, SEEK_CUR)) php_stream_seek 932 ext/standard/image.c if (php_stream_seek(stream, size, SEEK_CUR)) { php_stream_seek 88 ext/standard/php_fopen_wrapper.c php_stream_seek(input->body, 0, SEEK_END); php_stream_seek 93 ext/standard/php_fopen_wrapper.c php_stream_seek(input->body, input->position, SEEK_SET); php_stream_seek 126 ext/standard/php_fopen_wrapper.c int sought = php_stream_seek(input->body, offset, whence); php_stream_seek 433 ext/standard/streamsfuncs.c seek_res = php_stream_seek(stream, desiredpos - position, SEEK_CUR); php_stream_seek 436 ext/standard/streamsfuncs.c seek_res = php_stream_seek(stream, desiredpos, SEEK_SET); php_stream_seek 475 ext/standard/streamsfuncs.c if (pos > 0 && php_stream_seek(src, pos, SEEK_SET) < 0) { php_stream_seek 80 main/streams/cast.c return (PHP_FPOS_T)php_stream_seek((php_stream *)cookie, position, whence); php_stream_seek 110 main/streams/cast.c *position = php_stream_seek((php_stream *)cookie, (zend_off_t)*position, whence); php_stream_seek 121 main/streams/cast.c return php_stream_seek((php_stream *)cookie, position, whence); php_stream_seek 404 main/streams/cast.c php_stream_seek(*newstream, 0, SEEK_SET); php_stream_seek 464 main/streams/memory.c ret = php_stream_seek(ts->innerstream, offset, whence); php_stream_seek 513 main/streams/memory.c php_stream_seek(ts->innerstream, pos, SEEK_SET); php_stream_seek 58 main/streams/mmap.c if (php_stream_seek(stream, readden, SEEK_CUR) != 0) { php_stream_seek 2418 sapi/cgi/cgi_main.c php_stream_seek((php_stream*)file_handle.handle.stream.handle, pos - 1, SEEK_SET);