Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dftp_fopen_wrapper.c430 int8_t read_write = 0; in php_stream_url_wrap_ftp() local
438 read_write = 1; /* Open for reading */ in php_stream_url_wrap_ftp()
441 if (read_write) { in php_stream_url_wrap_ftp()
446 read_write = 3; /* Open for Appending */ in php_stream_url_wrap_ftp()
448 read_write = 2; /* Open for writing */ in php_stream_url_wrap_ftp()
451 if (!read_write) { in php_stream_url_wrap_ftp()
459 if (read_write == 1) { in php_stream_url_wrap_ftp()
485 if (read_write == 1) { in php_stream_url_wrap_ftp()
501 } else if (read_write == 2) { in php_stream_url_wrap_ftp()
531 if (read_write == 1) { in php_stream_url_wrap_ftp()
[all …]
H A Dstreamsfuncs.c1135 zend_long read_write = 0; in apply_filter_to_stream() local
1141 &filtername, &filternamelen, &read_write, &filterparams) == FAILURE) { in apply_filter_to_stream()
1147 if ((read_write & PHP_STREAM_FILTER_ALL) == 0) { in apply_filter_to_stream()
1154 read_write |= PHP_STREAM_FILTER_READ; in apply_filter_to_stream()
1157 read_write |= PHP_STREAM_FILTER_WRITE; in apply_filter_to_stream()
1161 if (read_write & PHP_STREAM_FILTER_READ) { in apply_filter_to_stream()
1178 if (read_write & PHP_STREAM_FILTER_WRITE) { in apply_filter_to_stream()
H A Dbasic_functions.c2061 ZEND_ARG_INFO(0, read_write)
2068 ZEND_ARG_INFO(0, read_write)

Completed in 61 milliseconds