php_stream_seek   161 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   429 ext/dba/libinifile/inifile.c 				php_stream_seek(from->fp, pos_start, SEEK_SET);
php_stream_seek   434 ext/dba/libinifile/inifile.c 				php_stream_seek(from->fp, pos_curr, SEEK_SET);
php_stream_seek   448 ext/dba/libinifile/inifile.c 		php_stream_seek(from->fp, pos_start, SEEK_SET);
php_stream_seek   497 ext/dba/libinifile/inifile.c 			php_stream_seek(dba->fp, 0, SEEK_END);
php_stream_seek   499 ext/dba/libinifile/inifile.c 				php_stream_seek(dba->fp, pos_grp_next, SEEK_SET);
php_stream_seek   539 ext/dba/libinifile/inifile.c 			php_stream_seek(fp_tmp, 0, SEEK_SET);
php_stream_seek   540 ext/dba/libinifile/inifile.c 			php_stream_seek(dba->fp, 0, SEEK_END);
php_stream_seek   556 ext/dba/libinifile/inifile.c 	php_stream_seek(dba->fp, 0, SEEK_SET);
php_stream_seek  2881 ext/exif/exif.c 			php_stream_seek(ImageInfo->infile, offset_val, SEEK_SET);
php_stream_seek  2889 ext/exif/exif.c 			php_stream_seek(ImageInfo->infile, fpos, SEEK_SET);
php_stream_seek  3536 ext/exif/exif.c 		php_stream_seek(ImageInfo->infile, dir_offset, SEEK_SET); /* we do not know the order of sections */
php_stream_seek  3687 ext/exif/exif.c 									php_stream_seek(ImageInfo->infile, ImageInfo->Thumbnail.offset, SEEK_SET);
php_stream_seek  3721 ext/exif/exif.c 						php_stream_seek(ImageInfo->infile, ImageInfo->Thumbnail.offset, SEEK_SET);
php_stream_seek  3758 ext/exif/exif.c 		php_stream_seek(ImageInfo->infile, 0, SEEK_SET);
php_stream_seek  3881 ext/exif/exif.c 			php_stream_seek(ImageInfo->infile, 0, SEEK_END);
php_stream_seek  3883 ext/exif/exif.c 			php_stream_seek(ImageInfo->infile, 0, SEEK_SET);
php_stream_seek   491 ext/fileinfo/fileinfo.c 				php_stream_seek(stream, 0, SEEK_SET);
php_stream_seek   495 ext/fileinfo/fileinfo.c 				php_stream_seek(stream, streampos, SEEK_SET);
php_stream_seek  2789 ext/fileinfo/libmagic/apprentice.c 	if (php_stream_seek(stream,(off_t)sizeof(struct magic), SEEK_SET) != sizeof(struct magic)) {
php_stream_seek   765 ext/ftp/php_ftp.c 			php_stream_seek(stream, 0, SEEK_END);
php_stream_seek   768 ext/ftp/php_ftp.c 			php_stream_seek(stream, resumepos, SEEK_SET);
php_stream_seek   809 ext/ftp/php_ftp.c 			php_stream_seek(stream, 0, SEEK_END);
php_stream_seek   812 ext/ftp/php_ftp.c 			php_stream_seek(stream, resumepos, SEEK_SET);
php_stream_seek   887 ext/ftp/php_ftp.c 				php_stream_seek(outstream, 0, SEEK_END);
php_stream_seek   890 ext/ftp/php_ftp.c 				php_stream_seek(outstream, resumepos, SEEK_SET);
php_stream_seek   948 ext/ftp/php_ftp.c 				php_stream_seek(outstream, 0, SEEK_END);
php_stream_seek   951 ext/ftp/php_ftp.c 				php_stream_seek(outstream, resumepos, SEEK_SET);
php_stream_seek  1056 ext/ftp/php_ftp.c 			php_stream_seek(stream, startpos, SEEK_SET);
php_stream_seek  1103 ext/ftp/php_ftp.c 			php_stream_seek(stream, startpos, SEEK_SET);
php_stream_seek  1158 ext/ftp/php_ftp.c 			php_stream_seek(instream, startpos, SEEK_SET);
php_stream_seek  1211 ext/ftp/php_ftp.c 			php_stream_seek(instream, startpos, SEEK_SET);
php_stream_seek  1478 ext/gd/gd.c    	php_stream_seek(stream, 0, SEEK_END);
php_stream_seek  1480 ext/gd/gd.c    	php_stream_seek(stream, i, SEEK_SET);
php_stream_seek   198 ext/phar/func_interceptors.c 			if (offset > 0 && php_stream_seek(stream, offset, SEEK_SET) < 0) {
php_stream_seek   671 ext/phar/phar.c 	if (-1 == php_stream_seek(fp, halt_offset, SEEK_SET)) {
php_stream_seek   702 ext/phar/phar.c 	if (-1 == php_stream_seek(fp, halt_offset, SEEK_SET)) {
php_stream_seek   763 ext/phar/phar.c 		if (-1 == php_stream_seek(fp, -8, SEEK_END)
php_stream_seek   784 ext/phar/phar.c 				if (-1 == php_stream_seek(fp, -12, SEEK_CUR)
php_stream_seek   800 ext/phar/phar.c 				if (-1 == php_stream_seek(fp, whence, SEEK_CUR)
php_stream_seek   830 ext/phar/phar.c 				php_stream_seek(fp, -(8 + 64), SEEK_END);
php_stream_seek   857 ext/phar/phar.c 				php_stream_seek(fp, -(8 + 32), SEEK_END);
php_stream_seek   895 ext/phar/phar.c 				php_stream_seek(fp, -(8 + 20), SEEK_END);
php_stream_seek   922 ext/phar/phar.c 				php_stream_seek(fp, -(8 + 16), SEEK_END);
php_stream_seek  1700 ext/phar/phar.c 				php_stream_seek(fp, 0, SEEK_END);
php_stream_seek  2407 ext/phar/phar.c 		php_stream_seek(phar_get_entrypfp(idata->internal_file TSRMLS_CC), entry->header_offset, SEEK_SET);
php_stream_seek  2417 ext/phar/phar.c 			php_stream_seek(phar_get_entrypfp(idata->internal_file TSRMLS_CC),
php_stream_seek  2453 ext/phar/phar.c 	php_stream_seek(fp, idata->zero, SEEK_SET);
php_stream_seek  2459 ext/phar/phar.c 	php_stream_seek(fp, idata->zero, SEEK_SET);
php_stream_seek  2892 ext/phar/phar.c 		php_stream_seek(entry->cfp, 0, SEEK_END);
php_stream_seek  3279 ext/phar/phar.c 	if (-1 == php_stream_seek(phar->fp, phar->halt_offset, SEEK_SET)) {
php_stream_seek  3948 ext/phar/phar_object.c 			php_stream_seek(fp, stub->offset_abs, SEEK_SET);
php_stream_seek   377 ext/phar/stream.c 	php_stream_seek(data->fp, data->position + data->zero, SEEK_SET);
php_stream_seek   424 ext/phar/stream.c 	res = php_stream_seek(data->fp, temp, SEEK_SET);
php_stream_seek   438 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   557 ext/phar/tar.c 				php_stream_seek(fp, pos, SEEK_SET);
php_stream_seek   574 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   777 ext/phar/util.c 	php_stream_seek(ufp, 0, SEEK_END);
php_stream_seek   780 ext/phar/util.c 	php_stream_seek(phar_get_entrypfp(entry TSRMLS_CC), phar_get_fp_offset(entry TSRMLS_CC), SEEK_SET);
php_stream_seek  1620 ext/phar/util.c 			php_stream_seek(fp, 0, SEEK_SET);
php_stream_seek  1915 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   290 ext/phar/zip.c 	php_stream_seek(fp, PHAR_GET_32(locator.cdir_offset), SEEK_SET);
php_stream_seek   420 ext/phar/zip.c 			php_stream_seek(fp, 0, SEEK_SET);
php_stream_seek   424 ext/phar/zip.c 			php_stream_seek(fp, PHAR_GET_32(locator.cdir_offset), SEEK_SET);
php_stream_seek   430 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   470 ext/phar/zip.c 			php_stream_seek(fp, loc + PHAR_GET_16(zipentry.extra_len), SEEK_SET);
php_stream_seek   567 ext/phar/zip.c 			php_stream_seek(fp, PHAR_GET_32(zipentry.offset), SEEK_SET);
php_stream_seek   583 ext/phar/zip.c 			php_stream_seek(fp, entry.offset, SEEK_SET);
php_stream_seek   587 ext/phar/zip.c 			php_stream_seek(fp, entry.offset, SEEK_SET);
php_stream_seek   637 ext/phar/zip.c 			php_stream_seek(fp, saveloc, SEEK_SET);
php_stream_seek   918 ext/phar/zip.c 		php_stream_seek(entry->cfp, 0, SEEK_END);
php_stream_seek   933 ext/phar/zip.c 			if (-1 == php_stream_seek(p->old, entry->offset_abs, SEEK_SET)) {
php_stream_seek  1097 ext/phar/zip.c 		php_stream_seek(pass->filefp, 0, SEEK_SET);
php_stream_seek  1100 ext/phar/zip.c 		php_stream_seek(pass->centralfp, 0, SEEK_SET);
php_stream_seek  1432 ext/phar/zip.c 	php_stream_seek(pass.centralfp, 0, SEEK_SET);
php_stream_seek  2813 ext/spl/spl_directory.c 	RETURN_LONG(php_stream_seek(intern->u.file.stream, pos, whence));
php_stream_seek   555 ext/standard/file.c 	if (offset > 0 && php_stream_seek(stream, offset, SEEK_SET) < 0) {
php_stream_seek  1291 ext/standard/file.c 	RETURN_LONG(php_stream_seek(stream, offset, whence));
php_stream_seek  1885 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   211 ext/standard/image.c 	if (php_stream_seek(stream, 5, SEEK_CUR))
php_stream_seek   219 ext/standard/image.c 		if (php_stream_seek(stream, 8, SEEK_SET))
php_stream_seek   276 ext/standard/image.c 	if (php_stream_seek(stream, 5, SEEK_CUR))
php_stream_seek   309 ext/standard/image.c 	if (php_stream_seek(stream, 8, SEEK_CUR))
php_stream_seek   433 ext/standard/image.c 	php_stream_seek(stream, (long)length, SEEK_CUR);
php_stream_seek   508 ext/standard/image.c 					if (php_stream_seek(stream, length - 8, SEEK_CUR)) { /* file error after info */
php_stream_seek   642 ext/standard/image.c 	if (php_stream_seek(stream, 24, SEEK_CUR)) {
php_stream_seek   708 ext/standard/image.c 			php_stream_seek(stream, 3, SEEK_CUR);
php_stream_seek   720 ext/standard/image.c 		if (php_stream_seek(stream, box_length - 8, SEEK_CUR)) {
php_stream_seek   814 ext/standard/image.c 	if (php_stream_seek(stream, ifd_addr-8, SEEK_CUR))
php_stream_seek   927 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   428 ext/standard/streamsfuncs.c 			seek_res = php_stream_seek(stream, desiredpos - position, SEEK_CUR);
php_stream_seek   431 ext/standard/streamsfuncs.c 			seek_res = php_stream_seek(stream, desiredpos, SEEK_SET);
php_stream_seek   472 ext/standard/streamsfuncs.c 	if (pos > 0 && php_stream_seek(src, pos, SEEK_SET) < 0) {
php_stream_seek    83 main/streams/cast.c 	return (PHP_FPOS_T)php_stream_seek((php_stream *)cookie, position, whence);
php_stream_seek   117 main/streams/cast.c 	*position = php_stream_seek((php_stream *)cookie, (off_t)*position, whence);
php_stream_seek   129 main/streams/cast.c 	return php_stream_seek((php_stream *)cookie, position, whence);
php_stream_seek   413 main/streams/cast.c 	php_stream_seek(*newstream, 0, SEEK_SET);
php_stream_seek   466 main/streams/memory.c 	ret = php_stream_seek(ts->innerstream, offset, whence);
php_stream_seek   515 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  2432 sapi/cgi/cgi_main.c 									php_stream_seek((php_stream*)file_handle.handle.stream.handle, pos - 1, SEEK_SET);