Home
last modified time | relevance | path

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

/PHP-8.0/main/streams/
H A Dcast.c283 if ((flags & PHP_STREAM_CAST_RELEASE)) { in _php_stream_cast()
335 if (flags & PHP_STREAM_CAST_RELEASE) { in _php_stream_cast()
356 …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.0/main/
H A Dphp_streams.h491 #define PHP_STREAM_CAST_RELEASE 0x40000000 /* stream becomes invalid on success */ macro
493 #define PHP_STREAM_CAST_MASK (PHP_STREAM_CAST_TRY_HARD | PHP_STREAM_CAST_RELEASE | PHP_STREAM_CAST…
/PHP-8.0/ext/standard/
H A Dproc_open.c789 if (php_stream_cast(stream, PHP_STREAM_CAST_RELEASE|PHP_STREAM_AS_FD, (void **)&fd, in set_proc_descriptor_to_file()

Completed in 12 milliseconds