Home
last modified time | relevance | path

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

/PHP-8.2/main/streams/
H A Dcast.c288 if ((flags & PHP_STREAM_CAST_RELEASE)) { in _php_stream_cast()
340 if (flags & PHP_STREAM_CAST_RELEASE) { in _php_stream_cast()
361 …if (php_stream_cast(stream, PHP_STREAM_AS_STDIO|PHP_STREAM_CAST_TRY_HARD|PHP_STREAM_CAST_RELEASE, … in _php_stream_open_wrapper_as_file()
/PHP-8.2/main/
H A Dphp_streams.h509 #define PHP_STREAM_CAST_RELEASE 0x40000000 /* stream becomes invalid on success */ macro
511 #define PHP_STREAM_CAST_MASK (PHP_STREAM_CAST_TRY_HARD | PHP_STREAM_CAST_RELEASE | PHP_STREAM_CAST…
/PHP-8.2/ext/standard/
H A Dproc_open.c857 if (php_stream_cast(stream, PHP_STREAM_CAST_RELEASE|PHP_STREAM_AS_FD, (void **)&fd, in set_proc_descriptor_to_file()

Completed in 18 milliseconds