Searched refs:_php_stream_free (Results 1 – 3 of 3) sorted by relevance
2 Bug #76409 (heap use after free in _php_stream_free)
304 PHPAPI int _php_stream_free(php_stream *stream, int close_options);305 #define php_stream_free(stream, close_options) _php_stream_free((stream), (close_options))306 #define php_stream_close(stream) _php_stream_free((stream), PHP_STREAM_FREE_CLOSE)307 #define php_stream_pclose(stream) _php_stream_free((stream), PHP_STREAM_FREE_CLOSE_PERSISTENT)
365 PHPAPI int _php_stream_free(php_stream *stream, int close_options) /* {{{ */ in _php_stream_free() function
Completed in 15 milliseconds