Home
last modified time | relevance | path

Searched refs:PHP_STREAM_FLAG_NO_SEEK (Results 1 – 7 of 7) sorted by relevance

/PHP-8.1/main/streams/
H A Dcast.c197 if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) { in _php_stream_cast()
H A Dplain_wrapper.c286 stream->flags |= PHP_STREAM_FLAG_NO_SEEK; in _php_stream_fopen_from_fd()
293 stream->flags |= PHP_STREAM_FLAG_NO_SEEK; in _php_stream_fopen_from_fd()
312 stream->flags |= PHP_STREAM_FLAG_NO_SEEK; in _php_stream_fopen_from_file()
341 stream->flags |= PHP_STREAM_FLAG_NO_SEEK; in _php_stream_fopen_from_pipe()
H A Dstreams.c1127 …if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0 && stream->readpos != stre… in _php_stream_write_buffer()
1327 if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) { in _php_stream_seek()
1342 if (((stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) || ret == 0) { in _php_stream_seek()
2156 …if (stream && stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0 && strchr(mode, …
H A Duserspace.c780 stream->flags |= PHP_STREAM_FLAG_NO_SEEK; in php_userstreamop_seek()
/PHP-8.1/main/
H A Dphp_streams.h165 #define PHP_STREAM_FLAG_NO_SEEK 0x1 macro
/PHP-8.1/ext/standard/
H A Dproc_open.c1363 stream->flags |= PHP_STREAM_FLAG_NO_SEEK; in PHP_FUNCTION()
H A Dstreamsfuncs.c579 …l(return_value, "seekable", (stream->ops->seek) && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0); in PHP_FUNCTION()

Completed in 38 milliseconds