Lines Matching refs:eof
551 while (!stream->eof && (stream->writepos - stream->readpos < (zend_off_t)to_read_now)) { in _php_stream_fill_read_buffer()
569 flags = stream->eof ? PSFS_FLAG_FLUSH_CLOSE : PSFS_FLAG_NORMAL; in _php_stream_fill_read_buffer()
571 flags = stream->eof ? PSFS_FLAG_FLUSH_CLOSE : PSFS_FLAG_FLUSH_INC; in _php_stream_fill_read_buffer()
631 stream->eof = 1; in _php_stream_fill_read_buffer()
787 if (!stream->eof && PHP_STREAM_OPTION_RETURN_ERR == in _php_stream_eof()
790 stream->eof = 1; in _php_stream_eof()
793 return stream->eof; in _php_stream_eof()
966 } else if (stream->eof) { in _php_stream_get_line()
1095 if (STREAM_BUFFERED_AMOUNT(stream) < maxlen && !stream->eof) { in php_stream_get_record()
1097 } else if (STREAM_BUFFERED_AMOUNT(stream) == 0 && stream->eof) { in php_stream_get_record()
1310 stream->eof = 0; in _php_stream_seek()
1319 stream->eof = 0; in _php_stream_seek()
1344 stream->eof = 0; in _php_stream_seek()
1366 stream->eof = 0; in _php_stream_seek()