SEEK_CUR          148 ext/com_dotnet/com_persist.c 		case STREAM_SEEK_CUR:	whence = SEEK_CUR;	break;
SEEK_CUR         1156 ext/pgsql/pgsql.c 	REGISTER_LONG_CONSTANT("PGSQL_SEEK_CUR", SEEK_CUR, CONST_CS | CONST_PERSISTENT);
SEEK_CUR         3746 ext/pgsql/pgsql.c 	long result, offset = 0, whence = SEEK_CUR;
SEEK_CUR         3753 ext/pgsql/pgsql.c 	if (whence != SEEK_SET && whence != SEEK_CUR && whence != SEEK_END) {
SEEK_CUR          784 ext/phar/phar.c 				if (-1 == php_stream_seek(fp, -12, SEEK_CUR)
SEEK_CUR          800 ext/phar/phar.c 				if (-1 == php_stream_seek(fp, whence, SEEK_CUR)
SEEK_CUR          407 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          574 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         1150 ext/sqlite3/sqlite3.c 		case SEEK_CUR:
SEEK_CUR          192 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          211 ext/standard/image.c 	if (php_stream_seek(stream, 5, SEEK_CUR))
SEEK_CUR          276 ext/standard/image.c 	if (php_stream_seek(stream, 5, SEEK_CUR))
SEEK_CUR          309 ext/standard/image.c 	if (php_stream_seek(stream, 8, SEEK_CUR))
SEEK_CUR          433 ext/standard/image.c 	php_stream_seek(stream, (long)length, SEEK_CUR);
SEEK_CUR          508 ext/standard/image.c 					if (php_stream_seek(stream, length - 8, SEEK_CUR)) { /* file error after info */
SEEK_CUR          642 ext/standard/image.c 	if (php_stream_seek(stream, 24, SEEK_CUR)) {
SEEK_CUR          708 ext/standard/image.c 			php_stream_seek(stream, 3, SEEK_CUR);
SEEK_CUR          720 ext/standard/image.c 		if (php_stream_seek(stream, box_length - 8, SEEK_CUR)) {
SEEK_CUR          814 ext/standard/image.c 	if (php_stream_seek(stream, ifd_addr-8, SEEK_CUR))
SEEK_CUR          927 ext/standard/image.c 			if (php_stream_seek(stream, size, SEEK_CUR)) {
SEEK_CUR          428 ext/standard/streamsfuncs.c 			seek_res = php_stream_seek(stream, desiredpos - position, SEEK_CUR);
SEEK_CUR          551 ext/zip/lib/zip_dirent.c     if (fseek(f, local ? 26 : 28, SEEK_CUR) < 0) {
SEEK_CUR          358 ext/zip/lib/zip_extra_field.c 	if (fseek(za->zp, fname_len, SEEK_CUR) < 0) {
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          250 main/streams/plain_wrapper.c 			stream->position = lseek(self->fd, 0, SEEK_CUR);
SEEK_CUR          329 main/streams/plain_wrapper.c 			fseek(data->file, 0, SEEK_CUR);
SEEK_CUR          388 main/streams/plain_wrapper.c 			fseek(data->file, 0, SEEK_CUR);
SEEK_CUR         1283 main/streams/streams.c 			case SEEK_CUR:
SEEK_CUR         1312 main/streams/streams.c 			case SEEK_CUR:
SEEK_CUR         1334 main/streams/streams.c 	if (whence == SEEK_CUR && offset >= 0) {
SEEK_CUR         2138 main/streams/streams.c 		if (0 == stream->ops->seek(stream, 0, SEEK_CUR, &newpos TSRMLS_CC)) {