Home
last modified time | relevance | path

Searched refs:PHP_STREAM_BUFFER_NONE (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/standard/
H A Dstreamsfuncs.c1417 ret = php_stream_set_option(stream, PHP_STREAM_OPTION_WRITE_BUFFER, PHP_STREAM_BUFFER_NONE, NULL); in PHP_FUNCTION()
1480 ret = php_stream_set_option(stream, PHP_STREAM_OPTION_READ_BUFFER, PHP_STREAM_BUFFER_NONE, NULL); in PHP_FUNCTION()
/PHP-8.0/main/
H A Dphp_streams.h404 #define PHP_STREAM_BUFFER_NONE 0 /* unbuffered */ macro
H A Dmain.c1546 php_stream_set_option(stream, PHP_STREAM_OPTION_READ_BUFFER, PHP_STREAM_BUFFER_NONE, NULL); in php_stream_open_for_zend_ex()
/PHP-8.0/main/streams/
H A Dplain_wrapper.c684 case PHP_STREAM_BUFFER_NONE: in php_stdiop_set_option()
H A Duserspace.c99 REGISTER_LONG_CONSTANT("STREAM_BUFFER_NONE", PHP_STREAM_BUFFER_NONE, CONST_CS|CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
H A Dstreams.c1388 if (value == PHP_STREAM_BUFFER_NONE) { in _php_stream_set_option()
/PHP-8.0/ext/sockets/
H A Dsockets.c2194 php_stream_set_option(stream, PHP_STREAM_OPTION_READ_BUFFER, PHP_STREAM_BUFFER_NONE, NULL);

Completed in 75 milliseconds