Searched refs:dest_open_flags (Results 1 – 1 of 1) sorted by relevance
1631 int src_fd, dest_fd, dest_open_flags = 0; in _php_stream_copy_to_stream_ex() local1637 php_stream_parse_fopen_modes(dest->mode, &dest_open_flags) == SUCCESS && in _php_stream_copy_to_stream_ex()1638 !(dest_open_flags & O_APPEND)) { in _php_stream_copy_to_stream_ex()
Completed in 9 milliseconds