Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/standard/
H A Dexec.c139 if (b[bufl - 1] != '\n' && !php_stream_eof(stream)) { in php_exec()
H A Dfile.c992 if (php_stream_eof(stream)) { in PHP_FUNCTION()
2348 while (md->ulc || (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)))) { in php_next_meta_token()
2349 if (php_stream_eof(md->stream)) { in php_next_meta_token()
2378 …while (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)) && ch != compliment && ch… in php_next_meta_token()
2414 …while (!php_stream_eof(md->stream) && (ch = php_stream_getc(md->stream)) && (isalnum(ch) || strchr… in php_next_meta_token()
H A Dhttp_fopen_wrapper.c660 if (!php_stream_eof(stream)) { in php_stream_url_wrap_http_ex()
718 while (!body && !php_stream_eof(stream)) { in php_stream_url_wrap_http_ex()
H A Dftp_fopen_wrapper.c621 if (php_stream_eof(innerstream)) { in php_ftp_dirstream_read()
H A Dimage.c649 if (result->channels == 0 && php_stream_eof(stream) || result->channels > 256) { in php_handle_jpc()
H A Dstreamsfuncs.c502 add_assoc_bool(return_value, "eof", php_stream_eof(stream)); in PHP_FUNCTION()
/PHP-5.5/ext/ftp/
H A Dftp.c927 while (!php_stream_eof(instream) && (ch = php_stream_getc(instream))!=EOF) { in ftp_put()
1892 while (!php_stream_eof(ftp->stream) && (ch = php_stream_getc(ftp->stream)) != EOF) { in ftp_nb_continue_write()
/PHP-5.5/ext/soap/
H A Dphp_http.c502 if (stream != NULL && php_stream_eof(stream)) { in make_http_soap_request()
1494 } while(!php_stream_eof(stream)); in get_http_body()
/PHP-5.5/main/
H A Dphp_streams.h313 #define php_stream_eof(stream) _php_stream_eof((stream) TSRMLS_CC) macro
/PHP-5.5/ext/spl/
H A Dspl_directory.c2062 if (php_stream_eof(intern->u.file.stream)) { in spl_filesystem_file_read()
2195 if (php_stream_eof(intern->u.file.stream)) { in spl_filesystem_file_read_line_ex()
2402 RETURN_BOOL(php_stream_eof(intern->u.file.stream)); in SPL_METHOD()
2418 RETVAL_BOOL(!php_stream_eof(intern->u.file.stream)); in SPL_METHOD()
/PHP-5.5/
H A DREADME.STREAMS33 PHPAPI int php_stream_eof(php_stream * stream);
/PHP-5.5/main/streams/
H A Dstreams.c1444 while ((len < maxlen) && !php_stream_eof(src)) { in _php_stream_copy_to_mem()
/PHP-5.5/ext/gd/
H A Dgd.c1449 if (php_stream_eof(stream)) { in PHP_FUNCTION()
1493 if (php_stream_eof(stream)) { in PHP_FUNCTION()
/PHP-5.5/ext/phar/
H A Dphar.c1591 while(!php_stream_eof(fp)) {

Completed in 116 milliseconds