Home
last modified time | relevance | path

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

/PHP-5.4/main/streams/
H A Dplain_wrapper.c115 unsigned is_pipe:1; /* don't try and seek */ member
161 self->is_pipe = 0; in _php_stream_fopen_from_fd_int()
177 self->is_pipe = 0; in _php_stream_fopen_from_file_int()
247 self->is_pipe = GetFileType((HANDLE)handle) == FILE_TYPE_PIPE; in _php_stream_fopen_from_fd()
252 if (self->is_pipe) { in _php_stream_fopen_from_fd()
260 self->is_pipe = 1; in _php_stream_fopen_from_fd()
291 if (self->is_pipe) { in _php_stream_fopen_from_file()
309 self->is_pipe = 1; in _php_stream_fopen_from_pipe()
333 if (!data->is_pipe && data->last_op == 'r') { in php_stdiop_write()
364 if (!data->is_pipe && data->last_op == 'w') in php_stdiop_read()
[all …]

Completed in 7 milliseconds