SEEK_CUR          147 ext/com_dotnet/com_persist.c 		case STREAM_SEEK_CUR:	whence = SEEK_CUR;	break;
SEEK_CUR         1159 ext/pgsql/pgsql.c 	REGISTER_LONG_CONSTANT("PGSQL_SEEK_CUR", SEEK_CUR, CONST_CS | CONST_PERSISTENT);
SEEK_CUR         3776 ext/pgsql/pgsql.c 	zend_long result, offset = 0, whence = SEEK_CUR;
SEEK_CUR         3783 ext/pgsql/pgsql.c 	if (whence != SEEK_SET && whence != SEEK_CUR && whence != SEEK_END) {
SEEK_CUR          786 ext/phar/phar.c 				if (-1 == php_stream_seek(fp, -12, SEEK_CUR)
SEEK_CUR          802 ext/phar/phar.c 				if (-1 == php_stream_seek(fp, whence, SEEK_CUR)
SEEK_CUR          410 ext/phar/stream.c 		case SEEK_CUR :
SEEK_CUR          317 ext/phar/tar.c 				php_stream_seek(fp, 512, SEEK_CUR);
SEEK_CUR          385 ext/phar/tar.c 			php_stream_seek(fp, size, SEEK_CUR);
SEEK_CUR          572 ext/phar/tar.c 			php_stream_seek(fp, size, SEEK_CUR);
SEEK_CUR          147 ext/phar/util.c 		case SEEK_CUR:
SEEK_CUR           57 ext/phar/zip.c 			php_stream_seek(fp, PHAR_GET_16(h.header.size), SEEK_CUR);
SEEK_CUR           72 ext/phar/zip.c 			php_stream_seek(fp, PHAR_GET_16(h.unix3.size) - sizeof(h.unix3.size), SEEK_CUR);
SEEK_CUR         1110 ext/sqlite3/sqlite3.c 		case SEEK_CUR:
SEEK_CUR          184 ext/standard/file.c 	REGISTER_LONG_CONSTANT("SEEK_CUR", SEEK_CUR, CONST_CS | CONST_PERSISTENT);
SEEK_CUR          108 ext/standard/image.c 	if (php_stream_seek(stream, 3, SEEK_CUR))
SEEK_CUR          131 ext/standard/image.c 	if (php_stream_seek(stream, 11, SEEK_CUR))
SEEK_CUR          153 ext/standard/image.c 	if (php_stream_seek(stream, 11, SEEK_CUR))
SEEK_CUR          212 ext/standard/image.c 	if (php_stream_seek(stream, 5, SEEK_CUR))
SEEK_CUR          282 ext/standard/image.c 	if (php_stream_seek(stream, 5, SEEK_CUR))
SEEK_CUR          315 ext/standard/image.c 	if (php_stream_seek(stream, 8, SEEK_CUR))
SEEK_CUR          439 ext/standard/image.c 	php_stream_seek(stream, (zend_long)length, SEEK_CUR);
SEEK_CUR          514 ext/standard/image.c 					if (php_stream_seek(stream, length - 8, SEEK_CUR)) { /* file error after info */
SEEK_CUR          647 ext/standard/image.c 	if (php_stream_seek(stream, 24, SEEK_CUR)) {
SEEK_CUR          713 ext/standard/image.c 			php_stream_seek(stream, 3, SEEK_CUR);
SEEK_CUR          725 ext/standard/image.c 		if (php_stream_seek(stream, box_length - 8, SEEK_CUR)) {
SEEK_CUR          819 ext/standard/image.c 	if (php_stream_seek(stream, ifd_addr-8, SEEK_CUR))
SEEK_CUR          932 ext/standard/image.c 			if (php_stream_seek(stream, size, SEEK_CUR)) {
SEEK_CUR          433 ext/standard/streamsfuncs.c 			seek_res = php_stream_seek(stream, desiredpos - position, SEEK_CUR);
SEEK_CUR          579 ext/zip/lib/zip_dirent.c     if (zip_source_seek(src, local ? 26 : 28, SEEK_CUR) < 0) {
SEEK_CUR          408 ext/zip/lib/zip_extra_field.c 	if (zip_source_seek(za->src, fname_len, SEEK_CUR) < 0) {
SEEK_CUR          161 ext/zip/lib/zip_source_filep.c     else if (fseeko(ctx->f, 0, SEEK_CUR) == 0) {
SEEK_CUR          366 ext/zip/lib/zip_source_filep.c                 case SEEK_CUR:
SEEK_CUR           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_CUR           69 ext/zip/lib/zip_source_seek.c         case SEEK_CUR:
SEEK_CUR           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_CUR          290 ext/zip/lib/zip_source_win32handle.c 	case SEEK_CUR:
SEEK_CUR          497 ext/zip/lib/zip_source_win32handle.c     case SEEK_CUR:
SEEK_CUR          140 main/streams/memory.c 		case SEEK_CUR:
SEEK_CUR           58 main/streams/mmap.c 	if (php_stream_seek(stream, readden, SEEK_CUR) != 0) {
SEEK_CUR          263 main/streams/plain_wrapper.c 			stream->position = zend_lseek(self->fd, 0, SEEK_CUR);
SEEK_CUR          353 main/streams/plain_wrapper.c 			zend_fseek(data->file, 0, SEEK_CUR);
SEEK_CUR          412 main/streams/plain_wrapper.c 			zend_fseek(data->file, 0, SEEK_CUR);
SEEK_CUR         1276 main/streams/streams.c 			case SEEK_CUR:
SEEK_CUR         1305 main/streams/streams.c 			case SEEK_CUR:
SEEK_CUR         1327 main/streams/streams.c 	if (whence == SEEK_CUR && offset >= 0) {
SEEK_CUR         2134 main/streams/streams.c 		if (0 == stream->ops->seek(stream, 0, SEEK_CUR, &newpos)) {