Home
last modified time | relevance | path

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

/php-src/main/streams/
H A Dstreams.c333 close_options | PHP_STREAM_FREE_IGNORE_ENCLOSING); in _php_stream_free_enclosed()
340 if (close_options & PHP_STREAM_FREE_CALL_DTOR) in _php_stream_pretty_free_options()
342 if (close_options & PHP_STREAM_FREE_RELEASE_STREAM) in _php_stream_pretty_free_options()
344 if (close_options & PHP_STREAM_FREE_PRESERVE_HANDLE) in _php_stream_pretty_free_options()
346 if (close_options & PHP_STREAM_FREE_RSRC_DTOR) in _php_stream_pretty_free_options()
348 if (close_options & PHP_STREAM_FREE_PERSISTENT) in _php_stream_pretty_free_options()
350 if (close_options & PHP_STREAM_FREE_IGNORE_ENCLOSING) in _php_stream_pretty_free_options()
413 if ((close_options & PHP_STREAM_FREE_RSRC_DTOR) && in _php_stream_free()
446 (close_options & PHP_STREAM_FREE_RSRC_DTOR) == 0); in _php_stream_free()
465 if (close_options & PHP_STREAM_FREE_CALL_DTOR) { in _php_stream_free()
[all …]
/php-src/main/
H A Dphp_streams.h294 …_stream_free_enclosed(stream_enclosed, close_options) _php_stream_free_enclosed((stream_enclosed),… argument
295 PHPAPI int _php_stream_free_enclosed(php_stream *stream_enclosed, int close_options);
313 PHPAPI int _php_stream_free(php_stream *stream, int close_options);
314 #define php_stream_free(stream, close_options) _php_stream_free((stream), (close_options)) argument

Completed in 13 milliseconds