Home
last modified time | relevance | path

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

/PHP-7.2/main/streams/
H A Dplain_wrapper.c269 stream->flags |= PHP_STREAM_FLAG_NO_SEEK; in _php_stream_fopen_from_fd()
275 stream->flags |= PHP_STREAM_FLAG_NO_SEEK; in _php_stream_fopen_from_fd()
308 stream->flags |= PHP_STREAM_FLAG_NO_SEEK; in _php_stream_fopen_from_file()
335 stream->flags |= PHP_STREAM_FLAG_NO_SEEK; in _php_stream_fopen_from_pipe()
H A Dcast.c199 if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) { in _php_stream_cast()
H A Dstreams.c1078 …if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0 && stream->readpos != stre… in _php_stream_write_buffer()
1100 if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) { in _php_stream_write_buffer()
1271 if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) { in _php_stream_seek()
1286 if (((stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) || ret == 0) { in _php_stream_seek()
2106 …if (stream && stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0 && strchr(mode, …
H A Duserspace.c803 stream->flags |= PHP_STREAM_FLAG_NO_SEEK; in php_userstreamop_seek()
/PHP-7.2/main/
H A Dphp_streams.h169 #define PHP_STREAM_FLAG_NO_SEEK 0x1 macro
/PHP-7.2/ext/standard/
H A Dproc_open.c931 stream->flags |= PHP_STREAM_FLAG_NO_SEEK; in PHP_FUNCTION()
H A Dstreamsfuncs.c562 …l(return_value, "seekable", (stream->ops->seek) && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0); in PHP_FUNCTION()

Completed in 35 milliseconds