Searched refs:read_write (Results 1 – 2 of 2) sorted by relevance
417 int8_t read_write = 0; in php_stream_url_wrap_ftp() local425 read_write = 1; /* Open for reading */ in php_stream_url_wrap_ftp()428 if (read_write) { in php_stream_url_wrap_ftp()433 read_write = 3; /* Open for Appending */ in php_stream_url_wrap_ftp()435 read_write = 2; /* Open for writing */ in php_stream_url_wrap_ftp()438 if (!read_write) { in php_stream_url_wrap_ftp()446 if (read_write == 1) { in php_stream_url_wrap_ftp()472 if (read_write == 1) { in php_stream_url_wrap_ftp()488 } else if (read_write == 2) { in php_stream_url_wrap_ftp()518 if (read_write == 1) { in php_stream_url_wrap_ftp()[all …]
1242 zend_long read_write = 0; in apply_filter_to_stream() local1251 Z_PARAM_LONG(read_write) in apply_filter_to_stream()1257 if ((read_write & PHP_STREAM_FILTER_ALL) == 0) { in apply_filter_to_stream()1264 read_write |= PHP_STREAM_FILTER_READ; in apply_filter_to_stream()1267 read_write |= PHP_STREAM_FILTER_WRITE; in apply_filter_to_stream()1271 if (read_write & PHP_STREAM_FILTER_READ) { in apply_filter_to_stream()1288 if (read_write & PHP_STREAM_FILTER_WRITE) { in apply_filter_to_stream()
Completed in 34 milliseconds