Home
last modified time | relevance | path

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

/php-src/main/streams/
H A Dmemory.c334 php_stream *innerstream; member
348 if (!ts->innerstream) { in php_stream_temp_write()
363 ts->innerstream = file; in php_stream_temp_write()
381 if (!ts->innerstream) { in php_stream_temp_read()
402 if (ts->innerstream) { in php_stream_temp_close()
427 return ts->innerstream ? php_stream_flush(ts->innerstream) : -1; in php_stream_temp_flush()
440 if (!ts->innerstream) { in php_stream_temp_seek()
462 if (!ts->innerstream) { in php_stream_temp_cast()
495 ts->innerstream = file; in php_stream_temp_cast()
507 if (!ts || !ts->innerstream) { in php_stream_temp_stat()
[all …]
/php-src/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-src/ext/bz2/
H A Dphp_bz2.h50 …*_php_stream_bz2open_from_BZFILE(BZFILE *bz, const char *mode, php_stream *innerstream STREAMS_DC);
52 …php_stream_bz2open_from_BZFILE(bz, mode, innerstream) _php_stream_bz2open_from_BZFILE((bz), (mode)… argument
H A Dbz2.c163 const char *mode, php_stream *innerstream STREAMS_DC) in _php_stream_bz2open_from_BZFILE()
169 self->stream = innerstream; in _php_stream_bz2open_from_BZFILE()
170 if (innerstream) { in _php_stream_bz2open_from_BZFILE()
171 GC_ADDREF(innerstream->res); in _php_stream_bz2open_from_BZFILE()
/php-src/ext/standard/
H A Dftp_fopen_wrapper.c608 php_stream *innerstream; in php_ftp_dirstream_read() local
612 innerstream = ((php_ftp_dirstream_data *)stream->abstract)->datastream; in php_ftp_dirstream_read()
618 if (php_stream_eof(innerstream)) { in php_ftp_dirstream_read()
622 if (!php_stream_get_line(innerstream, ent->d_name, sizeof(ent->d_name), &tmp_len)) { in php_ftp_dirstream_read()

Completed in 13 milliseconds