Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dplain_wrapper.c130 unsigned is_pipe_blocking:1; /* allow blocking read() on pipes, currently Windows only */ member
184 self->is_pipe_blocking = 0; in _php_stream_fopen_from_fd_int()
204 self->is_pipe_blocking = 0; in _php_stream_fopen_from_file_int()
326 self->is_pipe_blocking = 0; in _php_stream_fopen_from_pipe()
385 if ((self->is_pipe || self->is_process_pipe) && !self->is_pipe_blocking) { in php_stdiop_read()
931 data->is_pipe_blocking = value; in php_stdiop_set_option()
1127 self->is_pipe_blocking = 1; in _php_stream_fopen()

Completed in 11 milliseconds