Home
last modified time | relevance | path

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

/php-src/ext/exif/tests/
H A Dbug76409.phpt2 Bug #76409 (heap use after free in _php_stream_free)
/php-src/main/
H A Dphp_streams.h313 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))
315 #define php_stream_close(stream) _php_stream_free((stream), PHP_STREAM_FREE_CLOSE)
316 #define php_stream_pclose(stream) _php_stream_free((stream), PHP_STREAM_FREE_CLOSE_PERSISTENT)
/php-src/main/streams/
H A Dstreams.c365 PHPAPI int _php_stream_free(php_stream *stream, int close_options) /* {{{ */ in _php_stream_free() function

Completed in 14 milliseconds