Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dstreamsfuncs.c1414 ret = php_stream_set_option(stream, PHP_STREAM_OPTION_WRITE_BUFFER, PHP_STREAM_BUFFER_NONE, NULL); in PHP_FUNCTION()
1479 ret = php_stream_set_option(stream, PHP_STREAM_OPTION_READ_BUFFER, PHP_STREAM_BUFFER_NONE, NULL); in PHP_FUNCTION()
/PHP-7.4/main/
H A Dphp_streams.h402 #define PHP_STREAM_BUFFER_NONE 0 /* unbuffered */ macro
H A Dmain.c1651 php_stream_set_option(stream, PHP_STREAM_OPTION_READ_BUFFER, PHP_STREAM_BUFFER_NONE, NULL); in php_stream_open_for_zend_ex()
/PHP-7.4/main/streams/
H A Duserspace.c103 REGISTER_LONG_CONSTANT("STREAM_BUFFER_NONE", PHP_STREAM_BUFFER_NONE, CONST_CS|CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
H A Dplain_wrapper.c677 case PHP_STREAM_BUFFER_NONE: in php_stdiop_set_option()
H A Dstreams.c1395 if (value == PHP_STREAM_BUFFER_NONE) { in _php_stream_set_option()
/PHP-7.4/ext/sockets/
H A Dsockets.c2461 PHP_STREAM_BUFFER_NONE, NULL);

Completed in 46 milliseconds