Searched refs:enclosing_stream (Results 1 – 2 of 2) sorted by relevance
104 php_stream *orig = enclosed->enclosing_stream; in php_stream_encloses()107 enclosed->enclosing_stream = enclosing; in php_stream_encloses()324 ret->enclosing_stream = NULL; in _php_stream_alloc()401 …= 1) && (close_options & PHP_STREAM_FREE_IGNORE_ENCLOSING) && (stream->enclosing_stream == NULL)) { in _php_stream_free()415 (stream->enclosing_stream != NULL)) { in _php_stream_free()416 php_stream *enclosing_stream = stream->enclosing_stream; in _php_stream_free() local417 stream->enclosing_stream = NULL; in _php_stream_free()420 return php_stream_free(enclosing_stream, in _php_stream_free()
234 struct _php_stream *enclosing_stream; /* this is a private stream owned by enclosing_stream */ member
Completed in 13 milliseconds