Home
last modified time | relevance | path

Searched refs:enclosing_stream (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/main/streams/
H A Dstreams.c110 php_stream *orig = enclosed->enclosing_stream; in php_stream_encloses()
113 enclosed->enclosing_stream = enclosing; in php_stream_encloses()
343 ret->enclosing_stream = NULL; in _php_stream_alloc()
412 …= 1) && (close_options & PHP_STREAM_FREE_IGNORE_ENCLOSING) && (stream->enclosing_stream == NULL)) { in _php_stream_free()
426 (stream->enclosing_stream != NULL)) { in _php_stream_free()
427 php_stream *enclosing_stream = stream->enclosing_stream; in _php_stream_free() local
428 stream->enclosing_stream = NULL; in _php_stream_free()
432 return _php_stream_free(enclosing_stream, in _php_stream_free()
/PHP-5.5/main/
H A Dphp_streams.h230 struct _php_stream *enclosing_stream; /* this is a private stream owned by enclosing_stream */ member

Completed in 16 milliseconds