Searched refs:read_write (Results 1 – 3 of 3) sorted by relevance
426 int read_write = 0; in php_stream_url_wrap_ftp() local433 read_write = 1; /* Open for reading */ in php_stream_url_wrap_ftp()436 if (read_write) { in php_stream_url_wrap_ftp()441 read_write = 3; /* Open for Appending */ in php_stream_url_wrap_ftp()443 read_write = 2; /* Open for writing */ in php_stream_url_wrap_ftp()446 if (!read_write) { in php_stream_url_wrap_ftp()454 if (read_write == 1) { in php_stream_url_wrap_ftp()480 if (read_write == 1) { in php_stream_url_wrap_ftp()496 } else if (read_write == 2) { in php_stream_url_wrap_ftp()526 if (read_write == 1) { in php_stream_url_wrap_ftp()[all …]
1198 long read_write = 0; in apply_filter_to_stream() local1204 &filtername, &filternamelen, &read_write, &filterparams) == FAILURE) { in apply_filter_to_stream()1210 if ((read_write & PHP_STREAM_FILTER_ALL) == 0) { in apply_filter_to_stream()1217 read_write |= PHP_STREAM_FILTER_READ; in apply_filter_to_stream()1220 read_write |= PHP_STREAM_FILTER_WRITE; in apply_filter_to_stream()1224 if (read_write & PHP_STREAM_FILTER_READ) { in apply_filter_to_stream()1241 if (read_write & PHP_STREAM_FILTER_WRITE) { in apply_filter_to_stream()
2073 ZEND_ARG_INFO(0, read_write)2080 ZEND_ARG_INFO(0, read_write)
Completed in 36 milliseconds