Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dplain_wrapper.c128 unsigned is_pipe:1; /* stream is an actual pipe, currently Windows only*/ member
178 self->is_pipe = 0; in _php_stream_fopen_from_fd_int()
198 self->is_pipe = 0; in _php_stream_fopen_from_file_int()
252 self->is_pipe = S_ISFIFO(self->sb.st_mode); in detect_is_seekable()
261 self->is_pipe = file_type == FILE_TYPE_PIPE; in detect_is_seekable()
320 self->is_pipe = 1; in _php_stream_fopen_from_pipe()
385 if ((self->is_pipe || self->is_process_pipe) && !self->is_pipe_blocking) { in php_stdiop_read()

Completed in 10 milliseconds