Home
last modified time | relevance | path

Searched refs:innerstream (Results 1 – 5 of 5) sorted by last modified time

/PHP-7.1/main/streams/
H A Dmemory.c355 php_stream *innerstream; member
369 if (!ts->innerstream) { in php_stream_temp_write()
384 ts->innerstream = file; in php_stream_temp_write()
401 if (!ts->innerstream) { in php_stream_temp_read()
422 if (ts->innerstream) { in php_stream_temp_close()
447 return ts->innerstream ? php_stream_flush(ts->innerstream) : -1; in php_stream_temp_flush()
460 if (!ts->innerstream) { in php_stream_temp_seek()
483 if (!ts->innerstream) { in php_stream_temp_cast()
516 ts->innerstream = file; in php_stream_temp_cast()
528 if (!ts || !ts->innerstream) { in php_stream_temp_stat()
[all …]
/PHP-7.1/ext/zlib/
H A Dzlib_fopen_wrapper.c117 php_stream *stream = NULL, *innerstream = NULL; in php_stream_gzopen() local
133innerstream = php_stream_open_wrapper_ex(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST… in php_stream_gzopen()
135 if (innerstream) { in php_stream_gzopen()
138 if (SUCCESS == php_stream_cast(innerstream, PHP_STREAM_AS_FD, (void **) &fd, REPORT_ERRORS)) { in php_stream_gzopen()
140 self->stream = innerstream; in php_stream_gzopen()
159 php_stream_close(innerstream); in php_stream_gzopen()
/PHP-7.1/ext/standard/
H A Dftp_fopen_wrapper.c622 php_stream *innerstream; in php_ftp_dirstream_read() local
626 innerstream = ((php_ftp_dirstream_data *)stream->abstract)->datastream; in php_ftp_dirstream_read()
632 if (php_stream_eof(innerstream)) { in php_ftp_dirstream_read()
636 if (!php_stream_get_line(innerstream, ent->d_name, sizeof(ent->d_name), &tmp_len)) { in php_ftp_dirstream_read()
/PHP-7.1/ext/bz2/
H A Dbz2.c226 const char *mode, php_stream *innerstream STREAMS_DC) in _php_stream_bz2open_from_BZFILE()
232 self->stream = innerstream; in _php_stream_bz2open_from_BZFILE()
233 if (innerstream) { in _php_stream_bz2open_from_BZFILE()
234 GC_REFCOUNT(innerstream->res)++; in _php_stream_bz2open_from_BZFILE()
H A Dphp_bz2.h54 …*_php_stream_bz2open_from_BZFILE(BZFILE *bz, const char *mode, php_stream *innerstream STREAMS_DC);
56 …php_stream_bz2open_from_BZFILE(bz, mode, innerstream) _php_stream_bz2open_from_BZFILE((bz), (mode)… argument

Completed in 36 milliseconds