Home
last modified time | relevance | path

Searched refs:PHP_STREAM_FILTER_READ (Results 1 – 4 of 4) sorted by relevance

/php-src/main/streams/
H A Dphp_stream_filter_api.h33 #define PHP_STREAM_FILTER_READ 0x0001 macro
35 #define PHP_STREAM_FILTER_ALL (PHP_STREAM_FILTER_READ | PHP_STREAM_FILTER_WRITE)
/php-src/ext/standard/
H A Dphp_fopen_wrapper.c342 mode_rw |= PHP_STREAM_FILTER_READ; in php_stream_url_wrap_php()
369 …php_stream_apply_filter_list(stream, p, mode_rw & PHP_STREAM_FILTER_READ, mode_rw & PHP_STREAM_FIL… in php_stream_url_wrap_php()
H A Dfile_arginfo.h26 REGISTER_LONG_CONSTANT("STREAM_FILTER_READ", PHP_STREAM_FILTER_READ, CONST_PERSISTENT); in register_file_symbols()
H A Dstreamsfuncs.c1263 read_write |= PHP_STREAM_FILTER_READ; in apply_filter_to_stream()
1270 if (read_write & PHP_STREAM_FILTER_READ) { in apply_filter_to_stream()

Completed in 19 milliseconds