Home
last modified time | relevance | path

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

/php-src/main/streams/
H A Dplain_wrapper.c135 unsigned is_pipe:1; /* stream is an actual pipe, currently Windows only*/ member
185 self->is_pipe = 0; in _php_stream_fopen_from_fd_int()
205 self->is_pipe = 0; in _php_stream_fopen_from_file_int()
259 self->is_pipe = S_ISFIFO(self->sb.st_mode); in detect_is_seekable()
268 self->is_pipe = file_type == FILE_TYPE_PIPE; in detect_is_seekable()
271 if (self->is_pipe && !GetNamedPipeInfo((HANDLE) handle, NULL, NULL, NULL, NULL)) { in detect_is_seekable()
272 self->is_pipe = 0; in detect_is_seekable()
335 self->is_pipe = 1; in _php_stream_fopen_from_pipe()
398 if ((self->is_pipe || self->is_process_pipe) && !self->is_pipe_blocking) { in php_stdiop_read()

Completed in 12 milliseconds