SEEK_END 149 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 497 ext/dba/libinifile/inifile.c php_stream_seek(dba->fp, 0, SEEK_END); SEEK_END 540 ext/dba/libinifile/inifile.c php_stream_seek(dba->fp, 0, SEEK_END); SEEK_END 3881 ext/exif/exif.c php_stream_seek(ImageInfo->infile, 0, SEEK_END); SEEK_END 765 ext/ftp/php_ftp.c php_stream_seek(stream, 0, SEEK_END); SEEK_END 809 ext/ftp/php_ftp.c php_stream_seek(stream, 0, SEEK_END); SEEK_END 887 ext/ftp/php_ftp.c php_stream_seek(outstream, 0, SEEK_END); SEEK_END 948 ext/ftp/php_ftp.c php_stream_seek(outstream, 0, SEEK_END); SEEK_END 1478 ext/gd/gd.c php_stream_seek(stream, 0, SEEK_END); SEEK_END 1157 ext/pgsql/pgsql.c REGISTER_LONG_CONSTANT("PGSQL_SEEK_END", SEEK_END, CONST_CS | CONST_PERSISTENT); SEEK_END 3753 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 763 ext/phar/phar.c if (-1 == php_stream_seek(fp, -8, SEEK_END) SEEK_END 830 ext/phar/phar.c php_stream_seek(fp, -(8 + 64), SEEK_END); SEEK_END 857 ext/phar/phar.c php_stream_seek(fp, -(8 + 32), SEEK_END); SEEK_END 895 ext/phar/phar.c php_stream_seek(fp, -(8 + 20), SEEK_END); SEEK_END 922 ext/phar/phar.c php_stream_seek(fp, -(8 + 16), SEEK_END); SEEK_END 1700 ext/phar/phar.c php_stream_seek(fp, 0, SEEK_END); SEEK_END 2892 ext/phar/phar.c php_stream_seek(entry->cfp, 0, SEEK_END); SEEK_END 404 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 462 ext/phar/util.c phar_seek_efp(entry, 0, SEEK_END, 0, 0 TSRMLS_CC); SEEK_END 777 ext/phar/util.c php_stream_seek(ufp, 0, SEEK_END); SEEK_END 1915 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 918 ext/phar/zip.c php_stream_seek(entry->cfp, 0, SEEK_END); SEEK_END 1185 ext/sqlite3/sqlite3.c case SEEK_END: SEEK_END 193 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 132 ext/zip/lib/zip_open.c if (fseeko(fp, 0, SEEK_END) < 0) { SEEK_END 506 ext/zip/lib/zip_open.c i = fseeko(fp, -(len < CDBUFSIZE ? len : CDBUFSIZE), SEEK_END); SEEK_END 65 ext/zlib/zlib_fopen_wrapper.c if (whence == SEEK_END) { SEEK_END 175 main/streams/memory.c case SEEK_END: