PHP_STREAM_FLAG_NO_SEEK 974 ext/standard/proc_open.c stream->flags |= PHP_STREAM_FLAG_NO_SEEK; PHP_STREAM_FLAG_NO_SEEK 529 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 208 main/streams/cast.c if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) { PHP_STREAM_FLAG_NO_SEEK 254 main/streams/plain_wrapper.c stream->flags |= PHP_STREAM_FLAG_NO_SEEK; PHP_STREAM_FLAG_NO_SEEK 260 main/streams/plain_wrapper.c stream->flags |= PHP_STREAM_FLAG_NO_SEEK; PHP_STREAM_FLAG_NO_SEEK 293 main/streams/plain_wrapper.c stream->flags |= PHP_STREAM_FLAG_NO_SEEK; PHP_STREAM_FLAG_NO_SEEK 317 main/streams/plain_wrapper.c stream->flags |= PHP_STREAM_FLAG_NO_SEEK; PHP_STREAM_FLAG_NO_SEEK 1121 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 1143 main/streams/streams.c if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) { PHP_STREAM_FLAG_NO_SEEK 1304 main/streams/streams.c if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) { PHP_STREAM_FLAG_NO_SEEK 1319 main/streams/streams.c if (((stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) || ret == 0) { PHP_STREAM_FLAG_NO_SEEK 2134 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 841 main/streams/userspace.c stream->flags |= PHP_STREAM_FLAG_NO_SEEK;