Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dplain_wrapper.c116 unsigned is_pipe:1; /* don't try and seek */ member
162 self->is_pipe = 0; in _php_stream_fopen_from_fd_int()
178 self->is_pipe = 0; in _php_stream_fopen_from_file_int()
253 if (self->is_pipe) { in _php_stream_fopen_from_fd()
261 self->is_pipe = 1; in _php_stream_fopen_from_fd()
292 if (self->is_pipe) { in _php_stream_fopen_from_file()
310 self->is_pipe = 1; in _php_stream_fopen_from_pipe()
334 if (!data->is_pipe && data->last_op == 'r') { in php_stdiop_write()
355 if (self->is_pipe || self->is_process_pipe) { in php_stdiop_read()
393 if (!data->is_pipe && data->last_op == 'w') in php_stdiop_read()
[all …]

Completed in 10 milliseconds