Searched refs:PHP_STREAM_CAST_RELEASE (Results 1 – 3 of 3) sorted by relevance
288 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()
509 #define PHP_STREAM_CAST_RELEASE 0x40000000 /* stream becomes invalid on success */ macro511 #define PHP_STREAM_CAST_MASK (PHP_STREAM_CAST_TRY_HARD | PHP_STREAM_CAST_RELEASE | PHP_STREAM_CAST…
857 if (php_stream_cast(stream, PHP_STREAM_CAST_RELEASE|PHP_STREAM_AS_FD, (void **)&fd, in set_proc_descriptor_to_file()
Completed in 22 milliseconds