SEEK_SET          146 ext/com_dotnet/com_persist.c 		case STREAM_SEEK_SET:	whence = SEEK_SET;	break;
SEEK_SET          241 ext/dba/dba_cdb.c 	if (cdb_file_lseek(cdb->file, (off_t)n, SEEK_SET) != (off_t) n) return NULL; \
SEEK_SET          106 ext/dba/libcdb/cdb.c 	if (php_stream_seek(c->fp, pos, SEEK_SET) == -1) {
SEEK_SET           67 ext/dba/libcdb/cdb_make.c 	if (php_stream_seek(f, c->pos, SEEK_SET) == -1) {
SEEK_SET          131 ext/dba/libflatfile/flatfile.c 			php_stream_seek(dba->fp, pos, SEEK_SET);
SEEK_SET          250 ext/dba/libflatfile/flatfile.c 	php_stream_seek(dba->fp, dba->CurrentFlatFilePos, SEEK_SET);
SEEK_SET          252 ext/dba/libinifile/inifile.c 		php_stream_seek(dba->fp, dba->next.pos, SEEK_SET);
SEEK_SET          301 ext/dba/libinifile/inifile.c 	php_stream_seek(dba->fp, dba->curr.pos, SEEK_SET);
SEEK_SET          320 ext/dba/libinifile/inifile.c 	php_stream_seek(dba->fp, size, SEEK_SET);
SEEK_SET          333 ext/dba/libinifile/inifile.c 	php_stream_seek(dba->fp, 0, SEEK_SET);
SEEK_SET          404 ext/dba/libinifile/inifile.c 	php_stream_seek(dba->fp, pos_start, SEEK_SET);
SEEK_SET          422 ext/dba/libinifile/inifile.c 	php_stream_seek(from->fp, 0, SEEK_SET);
SEEK_SET          432 ext/dba/libinifile/inifile.c 				php_stream_seek(from->fp, pos_start, SEEK_SET);
SEEK_SET          437 ext/dba/libinifile/inifile.c 				php_stream_seek(from->fp, pos_curr, SEEK_SET);
SEEK_SET          451 ext/dba/libinifile/inifile.c 		php_stream_seek(from->fp, pos_start, SEEK_SET);
SEEK_SET          502 ext/dba/libinifile/inifile.c 				php_stream_seek(dba->fp, pos_grp_next, SEEK_SET);
SEEK_SET          542 ext/dba/libinifile/inifile.c 			php_stream_seek(fp_tmp, 0, SEEK_SET);
SEEK_SET          559 ext/dba/libinifile/inifile.c 	php_stream_seek(dba->fp, 0, SEEK_SET);
SEEK_SET         2872 ext/exif/exif.c 			php_stream_seek(ImageInfo->infile, offset_val, SEEK_SET);
SEEK_SET         2880 ext/exif/exif.c 			php_stream_seek(ImageInfo->infile, fpos, SEEK_SET);
SEEK_SET         3527 ext/exif/exif.c 		php_stream_seek(ImageInfo->infile, dir_offset, SEEK_SET); /* we do not know the order of sections */
SEEK_SET         3678 ext/exif/exif.c 									php_stream_seek(ImageInfo->infile, ImageInfo->Thumbnail.offset, SEEK_SET);
SEEK_SET         3712 ext/exif/exif.c 						php_stream_seek(ImageInfo->infile, ImageInfo->Thumbnail.offset, SEEK_SET);
SEEK_SET         3749 ext/exif/exif.c 		php_stream_seek(ImageInfo->infile, 0, SEEK_SET);
SEEK_SET         3875 ext/exif/exif.c 			php_stream_seek(ImageInfo->infile, 0, SEEK_SET);
SEEK_SET          510 ext/fileinfo/fileinfo.c 				php_stream_seek(stream, 0, SEEK_SET);
SEEK_SET          514 ext/fileinfo/fileinfo.c 				php_stream_seek(stream, streampos, SEEK_SET);
SEEK_SET          316 ext/fileinfo/libmagic/cdf.c 	if (FINFO_LSEEK_FUNC(info->i_fd, off, SEEK_SET) == (zend_off_t)-1)
SEEK_SET          314 ext/fileinfo/libmagic/compress.c 	if (FINFO_LSEEK_FUNC(fd, (zend_off_t)0, SEEK_SET) == (zend_off_t)-1) {
SEEK_SET          420 ext/fileinfo/libmagic/compress.c 		    (void) FINFO_LSEEK_FUNC(0, (zend_off_t)0, SEEK_SET);
SEEK_SET          813 ext/ftp/php_ftp.c 			php_stream_seek(stream, resumepos, SEEK_SET);
SEEK_SET          859 ext/ftp/php_ftp.c 			php_stream_seek(stream, resumepos, SEEK_SET);
SEEK_SET          941 ext/ftp/php_ftp.c 				php_stream_seek(outstream, resumepos, SEEK_SET);
SEEK_SET         1005 ext/ftp/php_ftp.c 				php_stream_seek(outstream, resumepos, SEEK_SET);
SEEK_SET         1114 ext/ftp/php_ftp.c 			php_stream_seek(stream, startpos, SEEK_SET);
SEEK_SET         1164 ext/ftp/php_ftp.c 			php_stream_seek(stream, startpos, SEEK_SET);
SEEK_SET         1221 ext/ftp/php_ftp.c 			php_stream_seek(instream, startpos, SEEK_SET);
SEEK_SET         1276 ext/ftp/php_ftp.c 			php_stream_seek(instream, startpos, SEEK_SET);
SEEK_SET         1370 ext/gd/gd.c    	php_stream_seek(stream, i, SEEK_SET);
SEEK_SET         2630 ext/gd/gd.c    		fseek(tmp, 0, SEEK_SET);
SEEK_SET           19 ext/gd/libgd/gd_io_file.c #ifndef SEEK_SET
SEEK_SET          119 ext/gd/libgd/gd_io_file.c 	return (fseek (fctx->f, pos, SEEK_SET) == 0);
SEEK_SET          228 ext/opcache/ZendAccelerator.c 	static const FLOCK_STRUCTURE(restart_in_progress, F_WRLCK, SEEK_SET, 2, 1);
SEEK_SET          243 ext/opcache/ZendAccelerator.c 	static const FLOCK_STRUCTURE(restart_finished, F_UNLCK, SEEK_SET, 2, 1);
SEEK_SET          256 ext/opcache/ZendAccelerator.c 		FLOCK_STRUCTURE(restart_check, F_WRLCK, SEEK_SET, 2, 1);
SEEK_SET          281 ext/opcache/ZendAccelerator.c 	static const FLOCK_STRUCTURE(mem_usage_lock, F_RDLCK, SEEK_SET, 1, 1);
SEEK_SET          300 ext/opcache/ZendAccelerator.c 	static const FLOCK_STRUCTURE(mem_usage_unlock, F_UNLCK, SEEK_SET, 1, 1);
SEEK_SET          313 ext/opcache/ZendAccelerator.c 	static const FLOCK_STRUCTURE(mem_usage_unlock_all, F_UNLCK, SEEK_SET, 0, 0);
SEEK_SET          626 ext/opcache/ZendAccelerator.c 		mem_usage_check->l_whence = SEEK_SET;
SEEK_SET          649 ext/opcache/ZendAccelerator.c 	FLOCK_STRUCTURE(mem_usage_check, F_WRLCK, SEEK_SET, 1, 1);
SEEK_SET          373 ext/opcache/zend_shared_alloc.c static FLOCK_STRUCTURE(mem_write_lock, F_WRLCK, SEEK_SET, 0, 1);
SEEK_SET          374 ext/opcache/zend_shared_alloc.c static FLOCK_STRUCTURE(mem_write_unlock, F_UNLCK, SEEK_SET, 0, 1);
SEEK_SET         1158 ext/pgsql/pgsql.c 	REGISTER_LONG_CONSTANT("PGSQL_SEEK_SET", SEEK_SET, CONST_CS | CONST_PERSISTENT);
SEEK_SET         3783 ext/pgsql/pgsql.c 	if (whence != SEEK_SET && whence != SEEK_CUR && whence != SEEK_END) {
SEEK_SET           70 ext/phar/dirstream.c 		whence = SEEK_SET;
SEEK_SET           74 ext/phar/dirstream.c 	if (whence == SEEK_SET) {
SEEK_SET          202 ext/phar/func_interceptors.c 			if (offset > 0 && php_stream_seek(stream, offset, SEEK_SET) < 0) {
SEEK_SET          673 ext/phar/phar.c 	if (-1 == php_stream_seek(fp, halt_offset, SEEK_SET)) {
SEEK_SET          704 ext/phar/phar.c 	if (-1 == php_stream_seek(fp, halt_offset, SEEK_SET)) {
SEEK_SET         2360 ext/phar/phar.c 		php_stream_seek(phar_get_entrypfp(idata->internal_file), entry->header_offset, SEEK_SET);
SEEK_SET         2374 ext/phar/phar.c 					entry->compressed_filesize, SEEK_SET);
SEEK_SET         2406 ext/phar/phar.c 	php_stream_seek(fp, idata->zero, SEEK_SET);
SEEK_SET         2412 ext/phar/phar.c 	php_stream_seek(fp, idata->zero, SEEK_SET);
SEEK_SET         2760 ext/phar/phar.c 		if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 1)) {
SEEK_SET         2815 ext/phar/phar.c 		if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0)) {
SEEK_SET         3033 ext/phar/phar.c 			if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0)) {
SEEK_SET         3227 ext/phar/phar.c 	if (-1 == php_stream_seek(phar->fp, phar->halt_offset, SEEK_SET)) {
SEEK_SET          207 ext/phar/phar_object.c 			phar_seek_efp(info, 0, SEEK_SET, 0, 1);
SEEK_SET         1972 ext/phar/phar_object.c 	phar_seek_efp(entry, 0, SEEK_SET, 0, 1);
SEEK_SET         3898 ext/phar/phar_object.c 			php_stream_seek(fp, stub->offset_abs, SEEK_SET);
SEEK_SET         4221 ext/phar/phar_object.c 	if (FAILURE == phar_seek_efp(entry, 0, SEEK_SET, 0, 0)) {
SEEK_SET         4831 ext/phar/phar_object.c 	phar_seek_efp(link, 0, SEEK_SET, 0, 0);
SEEK_SET          380 ext/phar/stream.c 	php_stream_seek(data->fp, data->position + data->zero, SEEK_SET);
SEEK_SET          413 ext/phar/stream.c 		case SEEK_SET :
SEEK_SET          427 ext/phar/stream.c 	res = php_stream_seek(data->fp, temp, SEEK_SET);
SEEK_SET          441 ext/phar/stream.c 	php_stream_seek(data->fp, data->position, SEEK_SET);
SEEK_SET          172 ext/phar/tar.c 		php_stream_seek(fp, save, SEEK_SET);
SEEK_SET          179 ext/phar/tar.c 		php_stream_seek(fp, save, SEEK_SET);
SEEK_SET          193 ext/phar/tar.c 	php_stream_seek(fp, save, SEEK_SET);
SEEK_SET          222 ext/phar/tar.c 	php_stream_seek(fp, 0, SEEK_SET);
SEEK_SET          313 ext/phar/tar.c 			php_stream_seek(fp, curloc + 512, SEEK_SET);
SEEK_SET          555 ext/phar/tar.c 				php_stream_seek(fp, pos, SEEK_SET);
SEEK_SET          798 ext/phar/tar.c 		if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0)) {
SEEK_SET          150 ext/phar/util.c 		case SEEK_SET:
SEEK_SET          165 ext/phar/util.c 	return php_stream_seek(fp, temp, SEEK_SET);
SEEK_SET          673 ext/phar/util.c 	phar_seek_efp(source, 0, SEEK_SET, 0, 1);
SEEK_SET          779 ext/phar/util.c 	php_stream_seek(phar_get_entrypfp(entry), phar_get_fp_offset(entry), SEEK_SET);
SEEK_SET          882 ext/phar/util.c 	phar_seek_efp(entry, 0, SEEK_SET, 0, 1);
SEEK_SET          922 ext/phar/util.c 	if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 1)) {
SEEK_SET         1579 ext/phar/util.c 			php_stream_seek(fp, 0, SEEK_SET);
SEEK_SET          190 ext/phar/zip.c 		php_stream_seek(fp, 0, SEEK_SET);
SEEK_SET          282 ext/phar/zip.c 	php_stream_seek(fp, PHAR_GET_32(locator.cdir_offset), SEEK_SET);
SEEK_SET          408 ext/phar/zip.c 			php_stream_seek(fp, 0, SEEK_SET);
SEEK_SET          412 ext/phar/zip.c 			php_stream_seek(fp, PHAR_GET_32(locator.cdir_offset), SEEK_SET);
SEEK_SET          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);
SEEK_SET          458 ext/phar/zip.c 			php_stream_seek(fp, loc + PHAR_GET_16(zipentry.extra_len), SEEK_SET);
SEEK_SET          548 ext/phar/zip.c 			php_stream_seek(fp, PHAR_GET_32(zipentry.offset), SEEK_SET);
SEEK_SET          564 ext/phar/zip.c 			php_stream_seek(fp, entry.offset, SEEK_SET);
SEEK_SET          568 ext/phar/zip.c 			php_stream_seek(fp, entry.offset, SEEK_SET);
SEEK_SET          659 ext/phar/zip.c 			php_stream_seek(fp, saveloc, SEEK_SET);
SEEK_SET          876 ext/phar/zip.c 		if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0)) {
SEEK_SET          923 ext/phar/zip.c 		if (-1 == phar_seek_efp(entry, 0, SEEK_SET, 0, 0)) {
SEEK_SET          953 ext/phar/zip.c 			if (-1 == php_stream_seek(p->old, entry->offset_abs, SEEK_SET)) {
SEEK_SET         1046 ext/phar/zip.c 			phar_seek_efp(entry, 0, SEEK_SET, 0, 0);
SEEK_SET         1122 ext/phar/zip.c 		php_stream_seek(pass->filefp, 0, SEEK_SET);
SEEK_SET         1125 ext/phar/zip.c 		php_stream_seek(pass->centralfp, 0, SEEK_SET);
SEEK_SET         1471 ext/phar/zip.c 	php_stream_seek(pass.centralfp, 0, SEEK_SET);
SEEK_SET          243 ext/session/mod_files.c 	lseek(data->fd, 0, SEEK_SET);
SEEK_SET          489 ext/session/mod_files.c 	lseek(data->fd, 0, SEEK_SET);
SEEK_SET         2766 ext/spl/spl_directory.c 	zend_long pos, whence = SEEK_SET;
SEEK_SET         26137 ext/sqlite3/libsqlite/sqlite3.c   assert( p->l_whence==SEEK_SET );
SEEK_SET         26854 ext/sqlite3/libsqlite/sqlite3.c     lock.l_whence = SEEK_SET;
SEEK_SET         26904 ext/sqlite3/libsqlite/sqlite3.c       lock.l_whence = SEEK_SET;
SEEK_SET         27051 ext/sqlite3/libsqlite/sqlite3.c   lock.l_whence = SEEK_SET;
SEEK_SET         27246 ext/sqlite3/libsqlite/sqlite3.c         lock.l_whence = SEEK_SET;
SEEK_SET         27258 ext/sqlite3/libsqlite/sqlite3.c         lock.l_whence = SEEK_SET;
SEEK_SET         27270 ext/sqlite3/libsqlite/sqlite3.c         lock.l_whence = SEEK_SET;
SEEK_SET         27285 ext/sqlite3/libsqlite/sqlite3.c         lock.l_whence = SEEK_SET;
SEEK_SET         27302 ext/sqlite3/libsqlite/sqlite3.c     lock.l_whence = SEEK_SET;
SEEK_SET         27321 ext/sqlite3/libsqlite/sqlite3.c       lock.l_whence = SEEK_SET;
SEEK_SET         28602 ext/sqlite3/libsqlite/sqlite3.c     newOffset = lseek(id->h, offset, SEEK_SET);
SEEK_SET         28717 ext/sqlite3/libsqlite/sqlite3.c     i64 iSeek = lseek(fd, iOff, SEEK_SET);
SEEK_SET         29577 ext/sqlite3/libsqlite/sqlite3.c     f.l_whence = SEEK_SET;
SEEK_SET         30625 ext/sqlite3/libsqlite/sqlite3.c   lockInfo.l_whence = SEEK_SET;
SEEK_SET         30665 ext/sqlite3/libsqlite/sqlite3.c   lockInfo.l_whence = SEEK_SET;
SEEK_SET         1134 ext/sqlite3/sqlite3.c 		case SEEK_SET:
SEEK_SET          183 ext/standard/file.c 	REGISTER_LONG_CONSTANT("SEEK_SET", SEEK_SET, CONST_CS | CONST_PERSISTENT);
SEEK_SET          546 ext/standard/file.c 	if (offset > 0 && php_stream_seek(stream, offset, SEEK_SET) < 0) {
SEEK_SET         1302 ext/standard/file.c 	zend_long offset, whence = SEEK_SET;
SEEK_SET         1809 ext/standard/filters.c 		php_stream_seek(stream, data->offset + data->consumed, SEEK_SET);
SEEK_SET           54 ext/standard/flock_compat.c 	flck.l_whence = SEEK_SET;
SEEK_SET          220 ext/standard/image.c 		if (php_stream_seek(stream, 8, SEEK_SET)) {
SEEK_SET           93 ext/standard/php_fopen_wrapper.c 	php_stream_seek(input->body, input->position, SEEK_SET);
SEEK_SET          436 ext/standard/streamsfuncs.c 			seek_res = php_stream_seek(stream, desiredpos, SEEK_SET);
SEEK_SET          475 ext/standard/streamsfuncs.c 	if (pos > 0 && php_stream_seek(src, pos, SEEK_SET) < 0) {
SEEK_SET          194 ext/zip/lib/zip_close.c 	    if (zip_source_seek(za->src, (zip_int64_t)offset, SEEK_SET) < 0) {
SEEK_SET          354 ext/zip/lib/zip_close.c     if (zip_source_seek_write(za->src, offstart, SEEK_SET) < 0) {
SEEK_SET          385 ext/zip/lib/zip_close.c     if (zip_source_seek_write(za->src, offend, SEEK_SET) < 0) {
SEEK_SET          384 ext/zip/lib/zip_extra_field.c     if (zip_source_seek(za->src, (zip_int64_t)(e->orig->offset + 26), SEEK_SET) < 0) {
SEEK_SET           58 ext/zip/lib/zip_file_get_offset.c     if (zip_source_seek(za->src, (zip_int64_t)offset, SEEK_SET) < 0) {
SEEK_SET           54 ext/zip/lib/zip_filerange_crc.c     if (zip_source_seek(src, (zip_int64_t)start, SEEK_SET) != 0) {
SEEK_SET          357 ext/zip/lib/zip_open.c         if (zip_source_seek(za->src, (zip_int64_t)cd->offset, SEEK_SET) < 0) {
SEEK_SET          460 ext/zip/lib/zip_open.c         if (zip_source_seek(za->src, (zip_int64_t)cd->entry[i].orig->offset, SEEK_SET) < 0) {
SEEK_SET          759 ext/zip/lib/zip_open.c         if (zip_source_seek(src, (zip_int64_t)eocd_offset, SEEK_SET) < 0) {
SEEK_SET          288 ext/zip/lib/zip_source_filep.c                 if (_zip_fseek_u(ctx->f, ctx->start, SEEK_SET, &ctx->error) < 0) {
SEEK_SET          347 ext/zip/lib/zip_source_filep.c                 case SEEK_SET:
SEEK_SET          383 ext/zip/lib/zip_source_filep.c                 if (_zip_fseek_u(ctx->f, ctx->current, SEEK_SET, &ctx->error) < 0) {
SEEK_SET           46 ext/zip/lib/zip_source_seek.c     if (!ZIP_SOURCE_IS_OPEN_READING(src) || (whence != SEEK_SET && whence != SEEK_CUR && whence != SEEK_END)) {
SEEK_SET           77 ext/zip/lib/zip_source_seek.c         case SEEK_SET:
SEEK_SET           43 ext/zip/lib/zip_source_seek_write.c     if (!ZIP_SOURCE_IS_OPEN_WRITING(src) || (whence != SEEK_SET && whence != SEEK_CUR && whence != SEEK_END)) {
SEEK_SET          203 ext/zip/lib/zip_source_win32handle.c 	    if (_zip_seek_win32_u(ctx->h, ctx->start, SEEK_SET, &ctx->error) < 0) {
SEEK_SET          225 ext/zip/lib/zip_source_win32handle.c 	    if (_zip_seek_win32_u(ctx->h, ctx->current, SEEK_SET, &ctx->error) < 0) {
SEEK_SET          266 ext/zip/lib/zip_source_win32handle.c 	case SEEK_SET:
SEEK_SET          307 ext/zip/lib/zip_source_win32handle.c 	    if (_zip_seek_win32_u(ctx->h, ctx->current, SEEK_SET, &ctx->error) < 0) {
SEEK_SET          491 ext/zip/lib/zip_source_win32handle.c     case SEEK_SET:
SEEK_SET          160 ext/zip/lib/zip_source_window.c                 if (zip_source_seek(src, (zip_int64_t)ctx->offset, SEEK_SET) < 0) {
SEEK_SET          100 main/fastcgi.c 		lock.l_whence = SEEK_SET;					\
SEEK_SET          116 main/fastcgi.c 			lock.l_whence = SEEK_SET;				\
SEEK_SET          300 main/php_streams.h #define php_stream_rewind(stream)	_php_stream_seek((stream), 0L, SEEK_SET)
SEEK_SET          202 main/streams/cast.c 			stream->ops->seek(stream, stream->position, SEEK_SET, &dummy);
SEEK_SET          248 main/streams/cast.c 				zend_fseek(*ret, pos, SEEK_SET);
SEEK_SET          404 main/streams/cast.c 	php_stream_seek(*newstream, 0, SEEK_SET);
SEEK_SET          164 main/streams/memory.c 		case SEEK_SET:
SEEK_SET          513 main/streams/memory.c 	php_stream_seek(ts->innerstream, pos, SEEK_SET);
SEEK_SET          601 main/streams/memory.c 			php_stream_temp_seek(stream, 0, SEEK_SET, &newoffs);
SEEK_SET          740 main/streams/memory.c 		php_stream_temp_seek(stream, 0, SEEK_SET, &newoffs);
SEEK_SET         1107 main/streams/streams.c 		stream->ops->seek(stream, stream->position, SEEK_SET, &stream->position);
SEEK_SET         1284 main/streams/streams.c 			case SEEK_SET:
SEEK_SET         1307 main/streams/streams.c 				whence = SEEK_SET;
SEEK_SET         2400 sapi/cgi/cgi_main.c 									zend_fseek(file_handle.handle.fp, pos - 1, SEEK_SET);
SEEK_SET         2418 sapi/cgi/cgi_main.c 									php_stream_seek((php_stream*)file_handle.handle.stream.handle, pos - 1, SEEK_SET);
SEEK_SET          637 sapi/cli/php_cli.c 				zend_fseek(file_handle->handle.fp, pos - 1, SEEK_SET);