Home
last modified time | relevance | path

Searched refs:php_stream_eof (Results 1 – 18 of 18) sorted by relevance

/PHP-7.4/ext/dba/libflatfile/
H A Dflatfile.c115 while(!php_stream_eof(dba->fp)) { in flatfile_delete()
167 while (!php_stream_eof(dba->fp)) { in flatfile_findkey()
208 while(!php_stream_eof(dba->fp)) { in flatfile_firstkey()
251 while(!php_stream_eof(dba->fp)) { in flatfile_nextkey()
/PHP-7.4/ext/standard/
H A Dhttp_fopen_wrapper.c663 if (!php_stream_eof(stream) && in php_stream_url_wrap_http_ex()
686 !php_stream_eof(stream) in php_stream_url_wrap_http_ex()
735 while (!php_stream_eof(stream)) { in php_stream_url_wrap_http_ex()
H A Dexec.c130 if (b[bufl - 1] != '\n' && !php_stream_eof(stream)) { in php_exec()
H A Dfile.c1000 if (php_stream_eof(stream)) { in PHP_FUNCTION()
2386 while (md->ulc || (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)))) { in php_next_meta_token()
2387 if (php_stream_eof(md->stream)) { in php_next_meta_token()
2416 …while (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)) && ch != compliment && ch… in php_next_meta_token()
2452 …while (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)) && (isalnum(ch) || strchr… in php_next_meta_token()
H A Dmd5.c102 if (!php_stream_eof(stream)) { in PHP_NAMED_FUNCTION()
H A Dftp_fopen_wrapper.c629 if (php_stream_eof(innerstream)) { in php_ftp_dirstream_read()
H A Dimage.c647 if ((result->channels == 0 && php_stream_eof(stream)) || result->channels > 256) { in php_handle_jpc()
H A Dstreamsfuncs.c520 add_assoc_bool(return_value, "eof", php_stream_eof(stream)); in PHP_FUNCTION()
/PHP-7.4/ext/ftp/
H A Dftp.c1034 while (!php_stream_eof(instream) && (ch = php_stream_getc(instream))!=EOF) { in ftp_put()
1102 while (!php_stream_eof(instream) && (ch = php_stream_getc(instream))!=EOF) { in ftp_append()
2296 while (!php_stream_eof(ftp->stream) && (ch = php_stream_getc(ftp->stream)) != EOF) { in ftp_nb_continue_write()
/PHP-7.4/main/
H A Dphp_streams.h326 #define php_stream_eof(stream) _php_stream_eof((stream)) macro
H A Dphp_variables.c385 while (!php_stream_eof(s)) { in SAPI_POST_HANDLER_FUNC()
/PHP-7.4/ext/spl/
H A Dspl_directory.c2025 if (php_stream_eof(intern->u.file.stream)) { in spl_filesystem_file_read()
2162 if (php_stream_eof(intern->u.file.stream)) { in spl_filesystem_file_read_line_ex()
2381 RETURN_BOOL(php_stream_eof(intern->u.file.stream)); in SPL_METHOD()
2400 RETVAL_BOOL(!php_stream_eof(intern->u.file.stream)); in SPL_METHOD()
/PHP-7.4/ext/soap/
H A Dphp_http.c509 if (stream != NULL && php_stream_eof(stream)) { in make_http_soap_request()
1553 } while(!php_stream_eof(stream)); in get_http_body()
/PHP-7.4/docs/
H A Dstreams.md29 PHPAPI int php_stream_eof(php_stream * stream);
/PHP-7.4/ext/phar/
H A Dtar.c612 } while (!php_stream_eof(fp)); in phar_parse_tarfile()
H A Dphar.c1611 while(!php_stream_eof(fp)) { in phar_open_from_fp()
/PHP-7.4/ext/gd/
H A Dgd.c1463 if (php_stream_eof(stream)) { in PHP_FUNCTION()
1514 if (php_stream_eof(stream)) { in PHP_FUNCTION()
/PHP-7.4/main/streams/
H A Dstreams.c1476 while ((len < maxlen) && !php_stream_eof(src)) { in _php_stream_copy_to_mem()

Completed in 93 milliseconds