Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Dproc_open.c961 stream->flags |= PHP_STREAM_FLAG_NO_SEEK; in PHP_FUNCTION()
H A Dstreamsfuncs.c529 …l(return_value, "seekable", (stream->ops->seek) && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0); in PHP_FUNCTION()
/PHP-5.4/main/
H A Dphp_streams.h171 #define PHP_STREAM_FLAG_NO_SEEK 1 macro
/PHP-5.4/main/streams/
H A Dcast.c208 if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) { in _php_stream_cast()
H A Dplain_wrapper.c253 stream->flags |= PHP_STREAM_FLAG_NO_SEEK; in _php_stream_fopen_from_fd()
259 stream->flags |= PHP_STREAM_FLAG_NO_SEEK; in _php_stream_fopen_from_fd()
292 stream->flags |= PHP_STREAM_FLAG_NO_SEEK; in _php_stream_fopen_from_file()
316 stream->flags |= PHP_STREAM_FLAG_NO_SEEK; in _php_stream_fopen_from_pipe()
H A Dstreams.c1126 …if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0 && stream->readpos != stre… in _php_stream_write_buffer()
1148 if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) { in _php_stream_write_buffer()
1309 if (stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) { in _php_stream_seek()
1324 if (((stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0) || ret == 0) { in _php_stream_seek()
2139 …if (stream && stream->ops->seek && (stream->flags & PHP_STREAM_FLAG_NO_SEEK) == 0 && strchr(mode, …
H A Duserspace.c831 stream->flags |= PHP_STREAM_FLAG_NO_SEEK; in php_userstreamop_seek()

Completed in 47 milliseconds