Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dftp_fopen_wrapper.c417 int8_t read_write = 0; in php_stream_url_wrap_ftp() local
425 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 …]
H A Dstreamsfuncs.c1222 zend_long read_write = 0; in apply_filter_to_stream() local
1231 Z_PARAM_LONG(read_write) in apply_filter_to_stream()
1237 if ((read_write & PHP_STREAM_FILTER_ALL) == 0) { in apply_filter_to_stream()
1244 read_write |= PHP_STREAM_FILTER_READ; in apply_filter_to_stream()
1247 read_write |= PHP_STREAM_FILTER_WRITE; in apply_filter_to_stream()
1251 if (read_write & PHP_STREAM_FILTER_READ) { in apply_filter_to_stream()
1268 if (read_write & PHP_STREAM_FILTER_WRITE) { in apply_filter_to_stream()

Completed in 12 milliseconds