Home
last modified time | relevance | path

Searched refs:innerstream (Results 1 – 5 of 5) sorted by path

/PHP-7.4/ext/bz2/
H A Dbz2.c231 const char *mode, php_stream *innerstream STREAMS_DC) in _php_stream_bz2open_from_BZFILE()
237 self->stream = innerstream; in _php_stream_bz2open_from_BZFILE()
238 if (innerstream) { in _php_stream_bz2open_from_BZFILE()
239 GC_ADDREF(innerstream->res); in _php_stream_bz2open_from_BZFILE()
H A Dphp_bz2.h52 …*_php_stream_bz2open_from_BZFILE(BZFILE *bz, const char *mode, php_stream *innerstream STREAMS_DC);
54 …php_stream_bz2open_from_BZFILE(bz, mode, innerstream) _php_stream_bz2open_from_BZFILE((bz), (mode)… argument
/PHP-7.4/ext/standard/
H A Dftp_fopen_wrapper.c619 php_stream *innerstream; in php_ftp_dirstream_read() local
623 innerstream = ((php_ftp_dirstream_data *)stream->abstract)->datastream; in php_ftp_dirstream_read()
629 if (php_stream_eof(innerstream)) { in php_ftp_dirstream_read()
633 if (!php_stream_get_line(innerstream, ent->d_name, sizeof(ent->d_name), &tmp_len)) { in php_ftp_dirstream_read()
/PHP-7.4/ext/zlib/
H A Dzlib_fopen_wrapper.c112 php_stream *stream = NULL, *innerstream = NULL; in php_stream_gzopen() local
128innerstream = php_stream_open_wrapper_ex(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST… in php_stream_gzopen()
130 if (innerstream) { in php_stream_gzopen()
133 if (SUCCESS == php_stream_cast(innerstream, PHP_STREAM_AS_FD, (void **) &fd, REPORT_ERRORS)) { in php_stream_gzopen()
135 self->stream = innerstream; in php_stream_gzopen()
159 php_stream_close(innerstream); in php_stream_gzopen()
/PHP-7.4/main/streams/
H A Dmemory.c362 php_stream *innerstream; member
376 if (!ts->innerstream) { in php_stream_temp_write()
391 ts->innerstream = file; in php_stream_temp_write()
408 if (!ts->innerstream) { in php_stream_temp_read()
429 if (ts->innerstream) { in php_stream_temp_close()
454 return ts->innerstream ? php_stream_flush(ts->innerstream) : -1; in php_stream_temp_flush()
467 if (!ts->innerstream) { in php_stream_temp_seek()
490 if (!ts->innerstream) { in php_stream_temp_cast()
523 ts->innerstream = file; in php_stream_temp_cast()
535 if (!ts || !ts->innerstream) { in php_stream_temp_stat()
[all …]

Completed in 18 milliseconds