PHP_STREAM_FLAG_NO_SEEK 972 ext/standard/proc_open.c stream->flags |= PHP_STREAM_FLAG_NO_SEEK; PHP_STREAM_FLAG_NO_SEEK 500 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 149 main/streams/cast.c if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) { PHP_STREAM_FLAG_NO_SEEK 239 main/streams/plain_wrapper.c stream->flags |= PHP_STREAM_FLAG_NO_SEEK; PHP_STREAM_FLAG_NO_SEEK 277 main/streams/plain_wrapper.c stream->flags |= PHP_STREAM_FLAG_NO_SEEK; PHP_STREAM_FLAG_NO_SEEK 301 main/streams/plain_wrapper.c stream->flags |= PHP_STREAM_FLAG_NO_SEEK; PHP_STREAM_FLAG_NO_SEEK 907 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 929 main/streams/streams.c if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) { PHP_STREAM_FLAG_NO_SEEK 1085 main/streams/streams.c if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) { PHP_STREAM_FLAG_NO_SEEK 1100 main/streams/streams.c if (((stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) || ret == 0) { PHP_STREAM_FLAG_NO_SEEK 1823 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 761 main/streams/userspace.c stream->flags |= PHP_STREAM_FLAG_NO_SEEK;