Home
last modified time | relevance | path

Searched refs:PHP_STREAM_OPTION_WRITE_BUFFER (Results 1 – 5 of 5) sorted by relevance

/php-src/main/streams/
H A Duserspace_arginfo.h17 …REGISTER_LONG_CONSTANT("STREAM_OPTION_WRITE_BUFFER", PHP_STREAM_OPTION_WRITE_BUFFER, CONST_PERSIST… in register_userspace_symbols()
H A Duserspace.c974 case PHP_STREAM_OPTION_WRITE_BUFFER: in php_userstreamop_set_option()
986 case PHP_STREAM_OPTION_WRITE_BUFFER: in php_userstreamop_set_option()
H A Dplain_wrapper.c702 case PHP_STREAM_OPTION_WRITE_BUFFER: in php_stdiop_set_option()
/php-src/ext/standard/
H A Dstreamsfuncs.c1481 ret = php_stream_set_option(stream, PHP_STREAM_OPTION_WRITE_BUFFER, PHP_STREAM_BUFFER_NONE, NULL); in PHP_FUNCTION()
1483 …ret = php_stream_set_option(stream, PHP_STREAM_OPTION_WRITE_BUFFER, PHP_STREAM_BUFFER_FULL, &buff); in PHP_FUNCTION()
/php-src/main/
H A Dphp_streams.h420 #define PHP_STREAM_OPTION_WRITE_BUFFER 3 macro

Completed in 23 milliseconds