SEEK_END          148 ext/com_dotnet/com_persist.c 		case STREAM_SEEK_END:	whence = SEEK_END;	break;
SEEK_END           55 ext/dba/libflatfile/flatfile.c 		php_stream_seek(dba->fp, 0L, SEEK_END);
SEEK_END          134 ext/dba/libflatfile/flatfile.c 			php_stream_seek(dba->fp, 0L, SEEK_END);
SEEK_END          423 ext/dba/libinifile/inifile.c 	php_stream_seek(dba->fp, 0, SEEK_END);
SEEK_END          500 ext/dba/libinifile/inifile.c 			php_stream_seek(dba->fp, 0, SEEK_END);
SEEK_END          543 ext/dba/libinifile/inifile.c 			php_stream_seek(dba->fp, 0, SEEK_END);
SEEK_END         3873 ext/exif/exif.c 			php_stream_seek(ImageInfo->infile, 0, SEEK_END);
SEEK_END          810 ext/ftp/php_ftp.c 			php_stream_seek(stream, 0, SEEK_END);
SEEK_END          856 ext/ftp/php_ftp.c 			php_stream_seek(stream, 0, SEEK_END);
SEEK_END          938 ext/ftp/php_ftp.c 				php_stream_seek(outstream, 0, SEEK_END);
SEEK_END         1002 ext/ftp/php_ftp.c 				php_stream_seek(outstream, 0, SEEK_END);
SEEK_END         1368 ext/gd/gd.c    	php_stream_seek(stream, 0, SEEK_END);
SEEK_END         1160 ext/pgsql/pgsql.c 	REGISTER_LONG_CONSTANT("PGSQL_SEEK_END", SEEK_END, CONST_CS | CONST_PERSISTENT);
SEEK_END         3783 ext/pgsql/pgsql.c 	if (whence != SEEK_SET && whence != SEEK_CUR && whence != SEEK_END) {
SEEK_END           69 ext/phar/dirstream.c 	if (whence == SEEK_END) {
SEEK_END          765 ext/phar/phar.c 		if (-1 == php_stream_seek(fp, -8, SEEK_END)
SEEK_END          832 ext/phar/phar.c 				php_stream_seek(fp, -(8 + 64), SEEK_END);
SEEK_END          859 ext/phar/phar.c 				php_stream_seek(fp, -(8 + 32), SEEK_END);
SEEK_END          897 ext/phar/phar.c 				php_stream_seek(fp, -(8 + 20), SEEK_END);
SEEK_END          924 ext/phar/phar.c 				php_stream_seek(fp, -(8 + 16), SEEK_END);
SEEK_END         1703 ext/phar/phar.c 				php_stream_seek(fp, 0, SEEK_END);
SEEK_END         2839 ext/phar/phar.c 		php_stream_seek(entry->cfp, 0, SEEK_END);
SEEK_END          407 ext/phar/stream.c 		case SEEK_END :
SEEK_END          220 ext/phar/tar.c 	php_stream_seek(fp, 0, SEEK_END);
SEEK_END          144 ext/phar/util.c 		case SEEK_END:
SEEK_END          461 ext/phar/util.c 			phar_seek_efp(entry, 0, SEEK_END, 0, 0);
SEEK_END          776 ext/phar/util.c 	php_stream_seek(ufp, 0, SEEK_END);
SEEK_END         1874 ext/phar/util.c 			php_stream_seek(fp, 0, SEEK_END);
SEEK_END          182 ext/phar/zip.c 		if (FAILURE == php_stream_seek(fp, -size, SEEK_END)) {
SEEK_END          938 ext/phar/zip.c 		php_stream_seek(entry->cfp, 0, SEEK_END);
SEEK_END         1145 ext/sqlite3/sqlite3.c 		case SEEK_END:
SEEK_END          185 ext/standard/file.c 	REGISTER_LONG_CONSTANT("SEEK_END", SEEK_END, CONST_CS | CONST_PERSISTENT);
SEEK_END           88 ext/standard/php_fopen_wrapper.c 			php_stream_seek(input->body, 0, SEEK_END);
SEEK_END          577 ext/zip/lib/zip_open.c     if (zip_source_seek(za->src, -(zip_int64_t)buflen, SEEK_END) < 0) {
SEEK_END          351 ext/zip/lib/zip_source_filep.c                 case SEEK_END:
SEEK_END          353 ext/zip/lib/zip_source_filep.c                         if (_zip_fseek(ctx->f, args->offset, SEEK_END, &ctx->error) < 0) {
SEEK_END           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_END           73 ext/zip/lib/zip_source_seek.c         case SEEK_END:
SEEK_END           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_END          270 ext/zip/lib/zip_source_win32handle.c 	case SEEK_END:
SEEK_END          275 ext/zip/lib/zip_source_win32handle.c 		if (_zip_seek_win32(ctx->h, args->offset, SEEK_END, &ctx->error) < 0) {
SEEK_END          494 ext/zip/lib/zip_source_win32handle.c     case SEEK_END:
SEEK_END           67 ext/zlib/zlib_fopen_wrapper.c 	if (whence == SEEK_END) {
SEEK_END          175 main/streams/memory.c 		case SEEK_END: