Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Ddir.c233 dirp->flags |= PHP_STREAM_FLAG_NO_FCLOSE; in _php_do_opendir()
H A Dfile.c912 if ((stream->flags & PHP_STREAM_FLAG_NO_FCLOSE) != 0) { in PHP_FUNCTION()
/PHP-7.2/main/
H A Dphp_streams.h186 #define PHP_STREAM_FLAG_NO_FCLOSE 0x80 macro
/PHP-7.2/ext/openssl/
H A Dxp_ssl.c1084 stream->flags |= PHP_STREAM_FLAG_NO_FCLOSE; in php_openssl_limit_handshake_reneg()
1088 stream->flags ^= PHP_STREAM_FLAG_NO_FCLOSE; in php_openssl_limit_handshake_reneg()

Completed in 21 milliseconds