PHP_STREAM_FLAG_NO_SEEK 955 ext/standard/proc_open.c stream->flags |= PHP_STREAM_FLAG_NO_SEEK; PHP_STREAM_FLAG_NO_SEEK 544 ext/standard/streamsfuncs.c add_assoc_bool(return_value, "seekable", (stream->ops->seek) && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0); PHP_STREAM_FLAG_NO_SEEK 199 main/streams/cast.c if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) { PHP_STREAM_FLAG_NO_SEEK 261 main/streams/plain_wrapper.c stream->flags |= PHP_STREAM_FLAG_NO_SEEK; PHP_STREAM_FLAG_NO_SEEK 267 main/streams/plain_wrapper.c stream->flags |= PHP_STREAM_FLAG_NO_SEEK; PHP_STREAM_FLAG_NO_SEEK 300 main/streams/plain_wrapper.c stream->flags |= PHP_STREAM_FLAG_NO_SEEK; PHP_STREAM_FLAG_NO_SEEK 327 main/streams/plain_wrapper.c stream->flags |= PHP_STREAM_FLAG_NO_SEEK; PHP_STREAM_FLAG_NO_SEEK 1104 main/streams/streams.c if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0 && stream->readpos != stream->writepos) { PHP_STREAM_FLAG_NO_SEEK 1126 main/streams/streams.c if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) { PHP_STREAM_FLAG_NO_SEEK 1297 main/streams/streams.c if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) { PHP_STREAM_FLAG_NO_SEEK 1312 main/streams/streams.c if (((stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) || ret == 0) { PHP_STREAM_FLAG_NO_SEEK 2130 main/streams/streams.c if (stream && stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0 && strchr(mode, 'a') && stream->position == 0) { PHP_STREAM_FLAG_NO_SEEK 792 main/streams/userspace.c stream->flags |= PHP_STREAM_FLAG_NO_SEEK;