Home
last modified time | relevance | path

Searched refs:stream_enclosed (Results 1 – 3 of 3) sorted by relevance

/PHP-5.4/main/
H A Dphp_streams.h267 #define php_stream_free_enclosed(stream_enclosed, close_options) _php_stream_free_enclosed((stream_… argument
268 PHPAPI int _php_stream_free_enclosed(php_stream *stream_enclosed, int close_options TSRMLS_DC);
/PHP-5.4/
H A DUPGRADING.INTERNALS105 #define php_stream_free_enclosed(stream_enclosed, close_options)
106 PHPAPI int _php_stream_free_enclosed(php_stream *stream_enclosed, int close_options TSRMLS_DC);
/PHP-5.4/main/streams/
H A Dstreams.c349 PHPAPI int _php_stream_free_enclosed(php_stream *stream_enclosed, int close_options TSRMLS_DC) /* {… in _php_stream_free_enclosed() argument
351 return _php_stream_free(stream_enclosed, in _php_stream_free_enclosed()

Completed in 15 milliseconds