Home
last modified time | relevance | path

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

/PHP-7.2/main/streams/
H A Dplain_wrapper.c130 unsigned is_pipe:1; /* don't try and seek */ member
177 self->is_pipe = 0; in _php_stream_fopen_from_fd_int()
196 self->is_pipe = 0; in _php_stream_fopen_from_file_int()
263 self->is_pipe = GetFileType((HANDLE)handle) == FILE_TYPE_PIPE; in _php_stream_fopen_from_fd()
268 if (self->is_pipe) { in _php_stream_fopen_from_fd()
276 self->is_pipe = 1; in _php_stream_fopen_from_fd()
307 if (self->is_pipe) { in _php_stream_fopen_from_file()
325 self->is_pipe = 1; in _php_stream_fopen_from_pipe()
360 if (!data->is_pipe && data->last_op == 'r') { in php_stdiop_write()
419 if (!data->is_pipe && data->last_op == 'w') in php_stdiop_read()
[all …]

Completed in 7 milliseconds