Searched refs:read_write (Results 1 – 3 of 3) sorted by relevance
427 int8_t read_write = 0; in php_stream_url_wrap_ftp() local435 read_write = 1; /* Open for reading */ in php_stream_url_wrap_ftp()438 if (read_write) { in php_stream_url_wrap_ftp()443 read_write = 3; /* Open for Appending */ in php_stream_url_wrap_ftp()445 read_write = 2; /* Open for writing */ in php_stream_url_wrap_ftp()448 if (!read_write) { in php_stream_url_wrap_ftp()456 if (read_write == 1) { in php_stream_url_wrap_ftp()482 if (read_write == 1) { in php_stream_url_wrap_ftp()498 } else if (read_write == 2) { in php_stream_url_wrap_ftp()528 if (read_write == 1) { in php_stream_url_wrap_ftp()[all …]
1179 zend_long read_write = 0; in apply_filter_to_stream() local1188 Z_PARAM_LONG(read_write) in apply_filter_to_stream()1194 if ((read_write & PHP_STREAM_FILTER_ALL) == 0) { in apply_filter_to_stream()1201 read_write |= PHP_STREAM_FILTER_READ; in apply_filter_to_stream()1204 read_write |= PHP_STREAM_FILTER_WRITE; in apply_filter_to_stream()1208 if (read_write & PHP_STREAM_FILTER_READ) { in apply_filter_to_stream()1225 if (read_write & PHP_STREAM_FILTER_WRITE) { in apply_filter_to_stream()
2084 ZEND_ARG_INFO(0, read_write)2091 ZEND_ARG_INFO(0, read_write)
Completed in 28 milliseconds