Home
last modified time | relevance | path

Searched refs:PHP_STREAM_FLAG_NO_FCLOSE (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/standard/
H A Duser_filters.c176 uint32_t orig_no_fclose = stream->flags & PHP_STREAM_FLAG_NO_FCLOSE; in userfilter_filter()
177 stream->flags |= PHP_STREAM_FLAG_NO_FCLOSE; in userfilter_filter()
255 stream->flags &= ~PHP_STREAM_FLAG_NO_FCLOSE; in userfilter_filter()
H A Ddir.c227 dirp->flags |= PHP_STREAM_FLAG_NO_FCLOSE; in _php_do_opendir()
H A Dfile.c909 if ((stream->flags & PHP_STREAM_FLAG_NO_FCLOSE) != 0) { in PHP_FUNCTION()
/PHP-7.4/main/
H A Dphp_streams.h184 #define PHP_STREAM_FLAG_NO_FCLOSE 0x80 macro
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c1111 stream->flags |= PHP_STREAM_FLAG_NO_FCLOSE; in php_openssl_limit_handshake_reneg()
1115 stream->flags ^= PHP_STREAM_FLAG_NO_FCLOSE; in php_openssl_limit_handshake_reneg()
/PHP-7.4/ext/libxml/
H A Dlibxml.c364 ((php_stream*)ret_val)->flags |= PHP_STREAM_FLAG_NO_FCLOSE; in php_libxml_streams_IO_open_wrapper()

Completed in 35 milliseconds