Home
last modified time | relevance | path

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

/php-src/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-src/ext/standard/
H A Dhttp_fopen_wrapper.c660 if (!php_stream_eof(stream) && in php_stream_url_wrap_http_ex()
683 !php_stream_eof(stream) in php_stream_url_wrap_http_ex()
736 while (!php_stream_eof(stream)) { in php_stream_url_wrap_http_ex()
H A Dfile.c875 if (php_stream_eof(stream)) { in PHP_FUNCTION()
2236 while (md->ulc || (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)))) { in php_next_meta_token()
2237 if (php_stream_eof(md->stream)) { in php_next_meta_token()
2266 …while (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)) && ch != compliment && ch… in php_next_meta_token()
2302 …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.c618 if (php_stream_eof(innerstream)) { in php_ftp_dirstream_read()
H A Dimage.c619 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-src/ext/ftp/
H A Dftp.c987 while (!php_stream_eof(instream)) { in ftp_send_stream_to_data_socket()
1030 while (!php_stream_eof(instream)) { in ftp_send_stream_to_data_socket()
2295 if (!php_stream_eof(ftp->stream)) { in ftp_nb_continue_write()
/php-src/ext/spl/
H A Dspl_directory.c1874 if (php_stream_eof(intern->u.file.stream)) { in spl_filesystem_file_read_ex()
1971 if (php_stream_eof(intern->u.file.stream)) { in spl_filesystem_file_read_line_ex()
2134 RETURN_BOOL(php_stream_eof(intern->u.file.stream)); in PHP_METHOD()
2152 RETURN_BOOL(!php_stream_eof(intern->u.file.stream)); in PHP_METHOD()
/php-src/main/
H A Dphp_streams.h343 #define php_stream_eof(stream) _php_stream_eof((stream)) macro
H A Dphp_variables.c429 while (!php_stream_eof(s)) { in SAPI_POST_HANDLER_FUNC()
/php-src/ext/soap/
H A Dphp_http.c506 if (stream != NULL && php_stream_eof(stream)) { in make_http_soap_request()
1556 } while(!php_stream_eof(stream)); in get_http_body()
/php-src/main/streams/
H A Dstreams.c1532 while ((len < maxlen) && !php_stream_eof(src)) { in _php_stream_copy_to_mem()
1651 if ((maxlen != PHP_STREAM_COPY_ALL && nbytes == maxlen) || php_stream_eof(src)) { in _php_stream_copy_to_stream_ex()
/php-src/docs-old/
H A Dstreams.md29 PHPAPI int php_stream_eof(php_stream * stream);
/php-src/ext/phar/
H A Dtar.c602 } while (!php_stream_eof(fp)); in phar_parse_tarfile()
H A Dphar.c1651 while(!php_stream_eof(fp)) { in phar_open_from_fp()
/php-src/ext/gd/
H A Dgd.c571 if (php_stream_eof(stream)) { in PHP_FUNCTION()
622 if (php_stream_eof(stream)) { in PHP_FUNCTION()

Completed in 86 milliseconds