Home
last modified time | relevance | path

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

/PHP-7.0/main/streams/
H A Dplain_wrapper.c128 unsigned is_pipe:1; /* don't try and seek */ member
175 self->is_pipe = 0; in _php_stream_fopen_from_fd_int()
194 self->is_pipe = 0; in _php_stream_fopen_from_file_int()
261 self->is_pipe = GetFileType((HANDLE)handle) == FILE_TYPE_PIPE; in _php_stream_fopen_from_fd()
266 if (self->is_pipe) { in _php_stream_fopen_from_fd()
274 self->is_pipe = 1; in _php_stream_fopen_from_fd()
305 if (self->is_pipe) { in _php_stream_fopen_from_file()
323 self->is_pipe = 1; in _php_stream_fopen_from_pipe()
358 if (!data->is_pipe && data->last_op == 'r') { in php_stdiop_write()
417 if (!data->is_pipe && data->last_op == 'w') in php_stdiop_read()
[all …]

Completed in 7 milliseconds