Home
last modified time | relevance | path

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

/PHP-8.1/ext/dba/libflatfile/
H A Dflatfile.c110 while(!php_stream_eof(dba->fp)) { in flatfile_delete()
161 while (!php_stream_eof(dba->fp)) { in flatfile_findkey()
201 while(!php_stream_eof(dba->fp)) { in flatfile_firstkey()
243 while(!php_stream_eof(dba->fp)) { in flatfile_nextkey()
/PHP-8.1/ext/standard/
H A Dhttp_fopen_wrapper.c659 if (!php_stream_eof(stream) && in php_stream_url_wrap_http_ex()
682 !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 Dfile.c1009 if (php_stream_eof(stream)) { in PHP_FUNCTION()
2346 while (md->ulc || (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)))) { in php_next_meta_token()
2347 if (php_stream_eof(md->stream)) { in php_next_meta_token()
2376 …while (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)) && ch != compliment && ch… in php_next_meta_token()
2412 …while (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)) && (isalnum(ch) || strchr… in php_next_meta_token()
H A Dexec.c150 if (b[bufl - 1] != '\n' && !php_stream_eof(stream)) { in php_exec()
H A Dmd5.c98 if (!php_stream_eof(stream)) { in PHP_FUNCTION()
H A Dftp_fopen_wrapper.c620 if (php_stream_eof(innerstream)) { in php_ftp_dirstream_read()
H A Dimage.c650 if ((result->channels == 0 && php_stream_eof(stream)) || result->channels > 256) { in php_handle_jpc()
H A Dstreamsfuncs.c548 add_assoc_bool(return_value, "eof", php_stream_eof(stream)); in PHP_FUNCTION()
/PHP-8.1/ext/ftp/
H A Dftp.c1006 while (!php_stream_eof(instream) && (ch = php_stream_getc(instream))!=EOF) { in ftp_put()
1073 while (!php_stream_eof(instream) && (ch = php_stream_getc(instream))!=EOF) { in ftp_append()
2251 while (!php_stream_eof(ftp->stream) && (ch = php_stream_getc(ftp->stream)) != EOF) { in ftp_nb_continue_write()
/PHP-8.1/ext/spl/
H A Dspl_directory.c1848 if (php_stream_eof(intern->u.file.stream)) { in spl_filesystem_file_read_ex()
1932 if (php_stream_eof(intern->u.file.stream)) { in spl_filesystem_file_read_line_ex()
2125 RETURN_BOOL(php_stream_eof(intern->u.file.stream)); in PHP_METHOD()
2143 RETVAL_BOOL(!php_stream_eof(intern->u.file.stream)); in PHP_METHOD()
/PHP-8.1/main/
H A Dphp_streams.h329 #define php_stream_eof(stream) _php_stream_eof((stream)) macro
H A Dphp_variables.c393 while (!php_stream_eof(s)) { in SAPI_POST_HANDLER_FUNC()
/PHP-8.1/ext/soap/
H A Dphp_http.c506 if (stream != NULL && php_stream_eof(stream)) { in make_http_soap_request()
1535 } while(!php_stream_eof(stream)); in get_http_body()
/PHP-8.1/docs/
H A Dstreams.md29 PHPAPI int php_stream_eof(php_stream * stream);
/PHP-8.1/ext/phar/
H A Dtar.c610 } while (!php_stream_eof(fp)); in phar_parse_tarfile()
H A Dphar.c1653 while(!php_stream_eof(fp)) { in phar_open_from_fp()
/PHP-8.1/ext/gd/
H A Dgd.c721 if (php_stream_eof(stream)) { in PHP_FUNCTION()
772 if (php_stream_eof(stream)) { in PHP_FUNCTION()
/PHP-8.1/main/streams/
H A Dstreams.c1483 while ((len < maxlen) && !php_stream_eof(src)) { in _php_stream_copy_to_mem()

Completed in 176 milliseconds