Home
last modified time | relevance | path

Searched refs:eof (Results 1 – 25 of 148) sorted by last modified time

123456

/PHP-5.5/sapi/cli/tests/
H A Dbug64529.phpt31 expect eof
49 expect eof
/PHP-5.5/main/streams/
H A Dstreams.c781 if (!stream->eof && PHP_STREAM_OPTION_RETURN_ERR == in _php_stream_eof()
784 stream->eof = 1; in _php_stream_eof()
787 return stream->eof; in _php_stream_eof()
960 } else if (stream->eof) { in _php_stream_get_line()
1089 if (STREAM_BUFFERED_AMOUNT(stream) < maxlen && !stream->eof) { in php_stream_get_record()
1091 } else if (STREAM_BUFFERED_AMOUNT(stream) == 0 && stream->eof) { in php_stream_get_record()
1287 stream->eof = 0; in _php_stream_seek()
1296 stream->eof = 0; in _php_stream_seek()
1321 stream->eof = 0; in _php_stream_seek()
1343 stream->eof = 0; in _php_stream_seek()
[all …]
H A Duserspace.c737 stream->eof = 1; in php_userstreamop_read()
743 stream->eof = 1; in php_userstreamop_read()
H A Dxp_socket.c161 stream->eof = (nr_bytes == 0 || (nr_bytes == -1 && php_socket_errno() != EWOULDBLOCK)); in php_sockop_read()
319 add_assoc_bool((zval *)ptrparam, "eof", stream->eof); in php_sockop_set_option()
H A Dmemory.c91 stream->eof = 1; in php_stream_memory_read()
149 stream->eof = 0; in php_stream_memory_seek()
160 stream->eof = 0; in php_stream_memory_seek()
172 stream->eof = 0; in php_stream_memory_seek()
187 stream->eof = 0; in php_stream_memory_seek()
406 stream->eof = ts->innerstream->eof; in php_stream_temp_read()
463 stream->eof = ts->innerstream->eof; in php_stream_temp_seek()
H A Dplain_wrapper.c389 …stream->eof = (ret == 0 || (ret == (size_t)-1 && errno != EWOULDBLOCK && errno != EINTR && errno !… in php_stdiop_read()
400 stream->eof = feof(data->file); in php_stdiop_read()
/PHP-5.5/main/
H A Dphp_streams.h223 int eof; member
/PHP-5.5/ext/zlib/tests/
H A Dzlib_wrapper_meta_data_basic.phpt32 ["eof"]=>
50 ["eof"]=>
H A Dgzseek_variation6.phpt22 echo "eof=";
37 eof=bool(false)
H A Dgzeof_basic.phpt25 echo "reading 50 characters. eof should be false\n";
28 echo "reading 250 characters. eof should be true\n";
31 echo "reading 20 characters. eof should be true still\n";
52 reading 50 characters. eof should be false
54 reading 250 characters. eof should be true
56 reading 20 characters. eof should be true still
/PHP-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c41 stream->eof = 1; in php_gziop_read()
/PHP-5.5/ext/zip/tests/
H A Dstream_meta_data.phpt42 ["eof"]=>
60 ["eof"]=>
/PHP-5.5/ext/zip/
H A Dzip_stream.c41 stream->eof = 1; in php_zip_ops_read()
48 stream->eof = 1; in php_zip_ops_read()
/PHP-5.5/ext/zip/lib/
H A Dzip_fopen_index_encrypted.c187 zf->eof = 0; in _zip_file_new()
H A Dzip_fread.c56 if ((zf->eof) || (toread == 0)) in zip_fread()
H A Dzip_source_crc.c42 int eof; member
87 ctx->eof = 0; in crc_read()
94 if (ctx->eof || len == 0) in crc_read()
101 ctx->eof = 1; in crc_read()
137 if (ctx->eof) { in crc_read()
H A Dzip_source_deflate.c44 int eof; member
81 ctx->eof = 0; in zip_source_deflate()
120 ret = deflate(&ctx->zstr, ctx->eof ? Z_FINISH : 0); in compress_read()
128 || (ctx->eof && ctx->zstr.avail_in == 0)) in compress_read()
134 if (ctx->eof) { in compress_read()
146 ctx->eof = 1; in compress_read()
202 ctx->eof = 1; in decompress_read()
208 if (ctx->eof) { in decompress_read()
220 ctx->eof = 1; in decompress_read()
292 if (ctx->eof) { in deflate_compress()
H A Dzipint.h210 int eof; member
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation1.phpt36 ["eof"]=>
56 ["eof"]=>
76 ["eof"]=>
96 ["eof"]=>
116 ["eof"]=>
136 ["eof"]=>
156 ["eof"]=>
176 ["eof"]=>
196 ["eof"]=>
216 ["eof"]=>
[all …]
H A Dstream_get_meta_data_socket_variation1.phpt46 ["eof"]=>
65 ["eof"]=>
84 ["eof"]=>
103 ["eof"]=>
H A Dstream_get_meta_data_socket_variation2.phpt44 ["eof"]=>
63 ["eof"]=>
82 ["eof"]=>
101 ["eof"]=>
H A Dstream_get_meta_data_socket_variation3.phpt39 ["eof"]=>
59 ["eof"]=>
79 ["eof"]=>
H A Dstream_get_meta_data_socket_variation4.phpt2 Testing stream_get_meta_data() "eof" field on a udp socket
44 ["eof"]=>
63 ["eof"]=>
82 ["eof"]=>
H A Dbug60817.phpt5 class TestStream { //data, empty data, empty data + eof
H A Dstream_get_meta_data_dir_basic.phpt20 ["eof"]=>
38 ["eof"]=>

Completed in 59 milliseconds

123456